zzamboni-things2thl 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +13 -1
- data/README +7 -3
- data/VERSION +1 -1
- data/things2thl.gemspec +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
2009-05-25 Diego Zamboni <diego@zzamboni.org>
|
2
2
|
|
3
|
-
*
|
3
|
+
* README: Fixed README for new options.
|
4
|
+
|
5
|
+
2009-05-25 Diego Zamboni <diego@zzamboni.org>
|
6
|
+
|
7
|
+
* VERSION: Version bump to 0.8.1
|
8
|
+
|
9
|
+
2009-05-25 Diego Zamboni <diego@zzamboni.org>
|
10
|
+
|
11
|
+
* README, things2thl.gemspec: Regenerated gemspec for version 0.8.0
|
12
|
+
|
13
|
+
2009-05-25 Diego Zamboni <diego@zzamboni.org>
|
14
|
+
|
15
|
+
* ChangeLog, VERSION: Version bump to 0.8.0
|
4
16
|
|
5
17
|
2009-05-25 Diego Zamboni <diego@zzamboni.org>
|
6
18
|
|
data/README
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Things2THL 0.
|
1
|
+
Things2THL 0.8.1
|
2
2
|
http://zzamboni.github.com/things2thl/
|
3
3
|
|
4
4
|
Conversion program to transfer data from Things
|
@@ -35,9 +35,12 @@ Modes of operation (required):
|
|
35
35
|
-B, --projects-areas-as-tasks Convert both projects and areas in Things
|
36
36
|
to lists in THL. This implies that
|
37
37
|
projects are not nested inside areas.
|
38
|
+
-I, --inbox Transfer only Inbox tasks.
|
38
39
|
|
39
40
|
Options:
|
40
41
|
--[no-]areas Transfer areas from Things (default: yes)
|
42
|
+
--areas-as-tags Transfer areas as tags in THL.
|
43
|
+
--areas-as-contexts Transfer areas as contexts in THL.
|
41
44
|
--[no-]time-tags Consider tags of the form Xmin/Xsec/Xhr as
|
42
45
|
time estimates, set them in THL
|
43
46
|
accordingly (default: no).
|
@@ -45,6 +48,7 @@ Options:
|
|
45
48
|
should be interpreted as contexts.
|
46
49
|
(default: ^@).
|
47
50
|
Use with no- to disable this feature.
|
51
|
+
--sync Only transfer new items (default: no)
|
48
52
|
--top-level-folder FOLDER Do the import inside the named folders,
|
49
53
|
instead of the top level
|
50
54
|
(Inbox, etc. will also be created there
|
@@ -63,7 +67,8 @@ Options:
|
|
63
67
|
and projects (default: no)
|
64
68
|
--[no-]archive-completed If transferring completed/canceled tasks,
|
65
69
|
also mark them as archived (default: yes)
|
66
|
-
-q, --quiet Do not print items as they are processed
|
70
|
+
-q, --quiet Do not print items as they are processed.
|
71
|
+
Twice: do not print stats at the end.
|
67
72
|
-h, --help Shows this help message
|
68
73
|
-v, --version Shows version
|
69
74
|
|
@@ -72,7 +77,6 @@ Options you should seldom need:
|
|
72
77
|
(default: /Applications/Things.app)
|
73
78
|
--thl THLAPP Location of the The Hit List application
|
74
79
|
(default: /Applications/The Hit List.app)
|
75
|
-
|
76
80
|
Functionality still missing:
|
77
81
|
---------------------------
|
78
82
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.8.
|
1
|
+
0.8.1
|
data/things2thl.gemspec
CHANGED