doing 2.1.4pre → 2.1.5pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardoc/checksums +14 -13
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +21 -0
- data/Gemfile.lock +3 -1
- data/README.md +1 -1
- data/bin/doing +149 -91
- data/doc/Array.html +63 -1
- data/doc/BooleanTermParser/Clause.html +293 -0
- data/doc/BooleanTermParser/Operator.html +172 -0
- data/doc/BooleanTermParser/Query.html +417 -0
- data/doc/BooleanTermParser/QueryParser.html +135 -0
- data/doc/BooleanTermParser/QueryTransformer.html +124 -0
- data/doc/BooleanTermParser.html +115 -0
- data/doc/Doing/CLIFormat.html +131 -0
- data/doc/Doing/Color.html +2 -2
- data/doc/Doing/Completion.html +1 -1
- data/doc/Doing/Configuration.html +116 -12
- data/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/doc/Doing/Errors/EmptyInput.html +1 -1
- data/doc/Doing/Errors/NoResults.html +1 -1
- data/doc/Doing/Errors/PluginException.html +1 -1
- data/doc/Doing/Errors/UserCancelled.html +1 -1
- data/doc/Doing/Errors/WrongCommand.html +1 -1
- data/doc/Doing/Errors.html +1 -1
- data/doc/Doing/Hooks.html +1 -1
- data/doc/Doing/Item.html +100 -73
- data/doc/Doing/Items.html +2 -2
- data/doc/Doing/LogAdapter.html +70 -1
- data/doc/Doing/Note.html +5 -134
- data/doc/Doing/Pager.html +1 -1
- data/doc/Doing/Plugins.html +380 -40
- data/doc/Doing/Prompt.html +1 -1
- data/doc/Doing/Section.html +1 -1
- data/doc/Doing/TemplateString.html +713 -0
- data/doc/Doing/Util/Backup.html +686 -0
- data/doc/Doing/Util.html +1 -1
- data/doc/Doing/WWID.html +5 -5
- data/doc/Doing.html +4 -4
- data/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/doc/GLI/Commands.html +1 -1
- data/doc/GLI.html +1 -1
- data/doc/Hash.html +1 -1
- data/doc/PhraseParser/Operator.html +172 -0
- data/doc/PhraseParser/PhraseClause.html +303 -0
- data/doc/PhraseParser/Query.html +495 -0
- data/doc/PhraseParser/QueryParser.html +136 -0
- data/doc/PhraseParser/QueryTransformer.html +124 -0
- data/doc/PhraseParser/TermClause.html +293 -0
- data/doc/PhraseParser.html +115 -0
- data/doc/Status.html +1 -1
- data/doc/String.html +182 -12
- data/doc/Symbol.html +35 -1
- data/doc/Time.html +1 -1
- data/doc/_index.html +21 -14
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +319 -175
- data/doc/top-level-namespace.html +1 -1
- data/doing.gemspec +1 -0
- data/doing.rdoc +56 -9
- data/lib/doing/array.rb +9 -0
- data/lib/doing/configuration.rb +30 -8
- data/lib/doing/item.rb +12 -3
- data/lib/doing/log_adapter.rb +28 -0
- data/lib/doing/note.rb +31 -30
- data/lib/doing/plugin_manager.rb +57 -13
- data/lib/doing/plugins/export/dayone_export.rb +209 -0
- data/lib/doing/plugins/export/template_export.rb +90 -85
- data/lib/doing/prompt.rb +9 -6
- data/lib/doing/string.rb +68 -27
- data/lib/doing/symbol.rb +4 -0
- data/lib/doing/template_string.rb +197 -0
- data/lib/doing/util.rb +4 -2
- data/lib/doing/util_backup.rb +55 -3
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +27 -18
- data/lib/doing.rb +3 -0
- data/lib/templates/doing-dayone-entry.erb +6 -0
- data/lib/templates/doing-dayone.erb +5 -0
- metadata +42 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bef93c8144270719ece6c22ced0a92e1119932ac6a23052cd3682361211096f3
|
|
4
|
+
data.tar.gz: 682f2b0cdd371da6b57357237f2de5b0d76b4c628dee7ad66a6947da73181a7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aae2879add746cc590b97df8cf3bca47fa6cf06df7140628bba2f7b106356f3540ee1f23a406b53a6ad32cb34c02f89ac3e351da9c36e4b0c5102f1ef39c7839
|
|
7
|
+
data.tar.gz: 8c62e0ae340b324ef143fccaf2b1514930cdfb45539a6be4e6ebb87a03d5ef2218a401a660a96882abd3ba42a0eef00b46aed03fa98da9aeb9acb6bf3791ad3a
|
data/.yardoc/checksums
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
lib/doing/hash.rb c2960de9603dcf90be85ce423d9430de27f4f893
|
|
2
|
-
lib/doing/item.rb
|
|
3
|
-
lib/doing/note.rb
|
|
2
|
+
lib/doing/item.rb fcf106fb43a1a979d5213c8ac47161d9f6d8635f
|
|
3
|
+
lib/doing/note.rb bbadd9e34e6dc43a2af1110a5107f46c39d2547f
|
|
4
4
|
lib/doing/time.rb 4411af636082d3abf6f6402a7d6c9038d96a9ead
|
|
5
|
-
lib/doing/util.rb
|
|
6
|
-
lib/doing/wwid.rb
|
|
7
|
-
lib/doing/array.rb
|
|
5
|
+
lib/doing/util.rb 33ad79455893213a0f2993edec0e158526657f09
|
|
6
|
+
lib/doing/wwid.rb ad6f25cd249c973c112665c9966c9f8cd1cb7cb2
|
|
7
|
+
lib/doing/array.rb a17004c4811d239932254f9ed94a6eb10456c8e8
|
|
8
8
|
lib/doing/hooks.rb 00feacdbf24dc67951c49ca8c1ca9a568441920e
|
|
9
9
|
lib/doing/items.rb 0860a0ac7269f59de994ae900c980e49359dc8d5
|
|
10
10
|
lib/doing/pager.rb 230c10dea5e9c68b5709a0f4cb088c76970965e4
|
|
11
11
|
lib/doing/colors.rb 9a628d48c821313c502deedc5b61a046a2bf79ef
|
|
12
12
|
lib/doing/errors.rb af07e482a5389924edc2337749c81cda501098f0
|
|
13
|
-
lib/doing/prompt.rb
|
|
14
|
-
lib/doing/string.rb
|
|
15
|
-
lib/doing/symbol.rb
|
|
13
|
+
lib/doing/prompt.rb df41a7e4328cc38b5c170af3de6ef2b0bf1fcc49
|
|
14
|
+
lib/doing/string.rb 8f6d1f8ba765bedf72f1af23be3617ce03aebb03
|
|
15
|
+
lib/doing/symbol.rb f18605aac49be688c9641de9564e48055a0f3757
|
|
16
16
|
lib/doing/section.rb 206e119cf818f1e76798753e611180fe77bc299a
|
|
17
|
-
lib/doing/version.rb
|
|
17
|
+
lib/doing/version.rb 41fd2e8d15fcf170cff33064d07bdb72cc85b500
|
|
18
18
|
lib/doing/cli_status.rb dbedd454c4cbbd0fed9ef30120f6ec85d18b9356
|
|
19
19
|
lib/doing/completion.rb 3b291eb38e651ea993d04db592a5e743057626e6
|
|
20
|
-
lib/doing/log_adapter.rb
|
|
21
|
-
lib/doing/util_backup.rb
|
|
22
|
-
lib/doing/configuration.rb
|
|
20
|
+
lib/doing/log_adapter.rb 9f2060c4f4c77b4facd94fc63aa9304c091c34d4
|
|
21
|
+
lib/doing/util_backup.rb 3c206b96327d345ead2ea51e399180c590812490
|
|
22
|
+
lib/doing/configuration.rb f6ef67164ec2e392fee5c510ab8d11cef3bedf52
|
|
23
23
|
lib/doing/phrase_parser.rb 8f1789d7cf8326d8cc231b4a21505a93f8de20d2
|
|
24
|
-
lib/doing/plugin_manager.rb
|
|
24
|
+
lib/doing/plugin_manager.rb 7fce2b1fa8a8ba6a42dd463f64c964dd37988a87
|
|
25
25
|
lib/doing/string_chronify.rb ccbb08389d2139c7121203f8585864e3026d1526
|
|
26
|
+
lib/doing/template_string.rb 6dfb28b922059189b072e6d9fe1fcba8aad6c6fe
|
|
26
27
|
lib/doing/boolean_term_parser.rb 075977892ac5c6e3435cb8877d8b8b68eb1962e3
|
|
27
28
|
lib/doing/markdown_document_listener.rb 45485f225068a34951ec818a345f642323e5ba35
|
data/.yardoc/object_types
CHANGED
|
Binary file
|
data/.yardoc/objects/root.dat
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
### 2.1.5pre
|
|
2
|
+
|
|
3
|
+
#### NEW
|
|
4
|
+
|
|
5
|
+
- Interactive option for redo command
|
|
6
|
+
- Plugins for Day One export
|
|
7
|
+
|
|
8
|
+
#### IMPROVED
|
|
9
|
+
|
|
10
|
+
- Matching algorithm can be configured in settings
|
|
11
|
+
- All template placeholders can now use the "printf" formatting that %title and %note have, allowing for padding, prefixes, etc.
|
|
12
|
+
- Move default locations for doing file and backups to ~/.local/share/doing
|
|
13
|
+
- `doing show --menu` will only offer tags that exist after any tag/search filters have been run
|
|
14
|
+
- `doing show @tag` with `--menu` will first filter by the @tag, then do an OR search for tags selected from the menu
|
|
15
|
+
|
|
16
|
+
#### FIXED
|
|
17
|
+
|
|
18
|
+
- Preserve colors when wrapping text to new lines
|
|
19
|
+
- Tag highlighting errors
|
|
20
|
+
- Template options specified in views were being overriden by options in templates. View config now has precedence, but will fall back to template config for missing keys
|
|
21
|
+
|
|
1
22
|
### 2.1.4pre
|
|
2
23
|
|
|
3
24
|
#### NEW
|
data/Gemfile.lock
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
doing (2.1.
|
|
4
|
+
doing (2.1.5pre)
|
|
5
5
|
chronic (~> 0.10, >= 0.10.2)
|
|
6
6
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
7
7
|
gli (~> 2.19, >= 2.19.2)
|
|
8
8
|
haml (~> 5.0.0, >= 5.0.0)
|
|
9
9
|
parslet (~> 2.0, >= 2.0.0)
|
|
10
|
+
plist (~> 3.6, >= 3.6.0)
|
|
10
11
|
safe_yaml (~> 1.0)
|
|
11
12
|
tty-link (~> 0.1, >= 0.1.1)
|
|
12
13
|
tty-markdown (~> 0.7, >= 0.7.0)
|
|
@@ -85,6 +86,7 @@ GEM
|
|
|
85
86
|
parslet (2.0.0)
|
|
86
87
|
pastel (0.8.0)
|
|
87
88
|
tty-color (~> 0.5)
|
|
89
|
+
plist (3.6.0)
|
|
88
90
|
power_assert (2.0.1)
|
|
89
91
|
protobuf-cucumber (3.10.8)
|
|
90
92
|
activesupport (>= 3.2)
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu
|
|
|
6
6
|
|
|
7
7
|
<!--README-->
|
|
8
8
|
|
|
9
|
-
The current version of `doing` is <!--VER-->2.1.
|
|
9
|
+
The current version of `doing` is <!--VER-->2.1.4<!--END VER-->.
|
|
10
10
|
|
|
11
11
|
Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).
|
|
12
12
|
|