Paul Beckingham
a570e17e86
init: Recognize common hints and make them available via rules
2016-04-05 23:01:06 -04:00
Paul Beckingham
6988e81319
Rules: Added default values (off) for 'debug' and 'quiet'
2016-04-05 22:57:40 -04:00
Paul Beckingham
2a47f769cd
Cleanup: Removed 'const auto', which is implied by the container
2016-04-05 22:55:18 -04:00
Paul Beckingham
ed5c155051
CmdDefault: Removed extra lines
2016-04-05 20:52:33 -04:00
Paul Beckingham
8141d9d2fc
CmdStop: Removed quotes from all tags before attempting an Interval::unTag
2016-04-05 20:43:58 -04:00
Paul Beckingham
2666da96c1
CmdStop: Improved handling for stopping multiple tas
2016-04-05 00:37:55 -04:00
Paul Beckingham
1a0cc1a049
Datafile: Interval identity is based on start time
2016-04-05 00:37:22 -04:00
Paul Beckingham
a81c090cb9
libshared: Updated to ecbc2ad2cc3b523096a3afccaec374af1bb36b77
2016-04-04 23:41:05 -04:00
Paul Beckingham
6e1bcc2eee
CLI: Fixed misnamed attribute
2016-04-04 22:19:36 -04:00
Paul Beckingham
05cba6d278
helper: Cleaned up feedback messages
2016-04-04 21:46:09 -04:00
Paul Beckingham
9a4bf75180
util: Don't quote an already-quoted string
2016-04-04 08:58:02 -04:00
Paul Beckingham
4675edbcad
Docs: Updated doc drafts
2016-04-04 08:37:50 -04:00
Paul Beckingham
3de3e6c526
Docs: Updated ChangeLog
2016-04-04 08:36:19 -04:00
Paul Beckingham
4699ed66af
Docs: Updated rc file location
2016-04-04 08:21:15 -04:00
Paul Beckingham
a668a5ab6f
init: Added ':debug' hint
...
- :debug in turns sets the 'debug' rule setting, dumps the CLI, and enables the
"debug" log file category.
2016-04-04 08:02:44 -04:00
Paul Beckingham
7304d6342f
init: Removed unused code
2016-04-04 08:01:14 -04:00
Paul Beckingham
6f64d6e440
CLI: Stop looking for commands after the first one is found
2016-04-04 08:00:07 -04:00
Paul Beckingham
e335e325be
init: Propagated CLI to initializeDataAndRules
2016-04-04 07:58:39 -04:00
Tomas Babej
0137c60878
man: Fix a typo in timew man page
2016-04-04 12:13:01 +02:00
Paul Beckingham
ef8e5e2804
init: Removed args vector
2016-04-03 22:22:56 -04:00
Paul Beckingham
20e4ec2701
CmdStop: Converted to CLI
2016-04-03 22:09:03 -04:00
Paul Beckingham
eeb848d809
CmdStart: Converted to CLI
2016-04-03 22:05:39 -04:00
Paul Beckingham
5f2774c723
CmdDefine: Converted to CLI
2016-04-03 22:02:52 -04:00
Paul Beckingham
6e6cab5f70
CmdExport: Converted to CLI
2016-04-03 21:59:10 -04:00
Paul Beckingham
7715b5fb23
CmdReport: Converted to CLI
2016-04-03 21:53:49 -04:00
Paul Beckingham
b7af901661
CmdHelp: Migrated to CLI
2016-04-03 21:43:44 -04:00
Paul Beckingham
ebdf8a944d
CmdLog: Converted to CLI
2016-04-03 21:31:59 -04:00
Paul Beckingham
63d728af5c
CLI: Added ::getWords
2016-04-03 20:33:14 -04:00
Paul Beckingham
02e1690418
CLI: Removed const return type
2016-04-03 20:23:36 -04:00
Paul Beckingham
ab097b1594
CLI: Missing include
2016-04-03 20:02:08 -04:00
Paul Beckingham
af78fa7186
Tests: Added UUID tests
2016-04-03 19:37:24 -04:00
Paul Beckingham
c11750f088
Lexer: Added UUID recognition
2016-04-03 19:37:11 -04:00
Paul Beckingham
e50334f305
libshared: Updated to 02f22a5b51ea5d594afbb4f28d0ceaf6b9d875ee
2016-04-03 19:33:13 -04:00
Paul Beckingham
6ca48808a8
Cleanup: Removed calls superceded by CLI
2016-04-03 17:46:49 -04:00
Paul Beckingham
024a9c2f39
Tests: Renamed classifier function name
2016-04-03 17:43:45 -04:00
Paul Beckingham
d51bb06895
Docs: Updated ChangeLog
2016-04-03 17:38:49 -04:00
Paul Beckingham
0d3d01de59
Extensions: Added Taskwarrior integration hook
...
- This first draft hook script uses the task UUID, description, project and tags
as Timewarrior tags, and responds to 'task <id> start' and 'task <id> stop'
commands, as well as other changes that have the same effect.
2016-04-03 17:30:45 -04:00
Paul Beckingham
80c169c4cc
Docs: Replaced 'keyword' with 'hint'
2016-04-03 17:29:26 -04:00
Paul Beckingham
4c05fb3e0c
Cleanup: Renamed 'keywords' to 'hints' which is more accurate
2016-04-03 17:22:39 -04:00
Paul Beckingham
4b7f4cf62d
Docs: Added tag color solution
2016-04-03 15:52:01 -04:00
Paul Beckingham
18c28a65c0
init: Added note about extension entities
2016-04-03 15:51:18 -04:00
Paul Beckingham
9054500b8d
init: Uses CLI instead of raw args
2016-04-03 15:26:55 -04:00
Paul Beckingham
bca881f19d
CLI: Added ::getBinary
2016-04-03 13:39:20 -04:00
Paul Beckingham
f44194d54d
CLI: Added ::getCommand
2016-04-03 13:26:24 -04:00
Paul Beckingham
518389ec58
CLI: Colorized keywords
2016-04-03 13:17:48 -04:00
Paul Beckingham
577df9a3af
init: Added first keywords
2016-04-03 13:17:30 -04:00
Paul Beckingham
2360509b98
CLI: Removed ::findCommand, which is replaced by ::canonicalizeNames
2016-04-03 13:09:22 -04:00
Paul Beckingham
68ba48e85f
Cleanup: Removed unused files
2016-04-03 13:02:52 -04:00
Paul Beckingham
b41b56c00c
Datafile: Removed compiler warning
2016-04-03 12:45:38 -04:00
Paul Beckingham
c2a10e6848
CLI: Added ::canonicalizeNames for commands and keywords
2016-04-03 12:42:54 -04:00