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.
Files changed (5) hide show
  1. data/ChangeLog +13 -1
  2. data/README +7 -3
  3. data/VERSION +1 -1
  4. data/things2thl.gemspec +1 -1
  5. metadata +1 -1
data/ChangeLog CHANGED
@@ -1,6 +1,18 @@
1
1
  2009-05-25 Diego Zamboni <diego@zzamboni.org>
2
2
 
3
- * VERSION: Version bump to 0.8.0
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.7.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.0
1
+ 0.8.1
data/things2thl.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{things2thl}
5
- s.version = "0.8.0"
5
+ s.version = "0.8.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Diego Zamboni"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zzamboni-things2thl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Zamboni