Commit graph

157 commits

Author SHA1 Message Date
Paul Beckingham
19aa8b7ac4 CmdUntag: Added 'untag' command 2016-06-05 13:12:19 -04:00
Paul Beckingham
ebf0a8c270 CmdTag: Added 'tag' command 2016-06-04 12:09:00 -04:00
Paul Beckingham
9b4a70ea7b init: Added :ids as a hint 2016-06-01 07:15:04 -04:00
Paul Beckingham
0128087a86 init: Added command line configuration override support 2016-05-29 11:29:55 -04:00
Paul Beckingham
3a0242e317 log: Debugging prefix now configurable 2016-05-28 16:42:25 -04:00
Paul Beckingham
9f6baee790 init: Removed obsolete comments 2016-05-26 23:44:11 -04:00
Paul Beckingham
d4d9272158 init: The :debug hint affects the rules, which affects logging 2016-05-26 23:24:26 -04:00
Paul Beckingham
d54bb2dd99 init: Added :blank hint 2016-05-21 20:37:32 -05:00
Paul Beckingham
31940d8807 CmdReportMonth: Renamed internal functions from 'report' to 'chart' 2016-05-20 16:16:47 -05:00
Paul Beckingham
e7e2dd7341 CmdSummary: CmdReportSummary renamed to CmdSummary 2016-05-20 15:40:06 -05:00
Paul Beckingham
6df9bed244 init: No longer crudely counts arguments for default command 2016-05-17 08:16:21 -05:00
Paul Beckingham
510de67fd3 init: Propagated database to CmdConfig 2016-05-14 13:45:56 -04:00
Paul Beckingham
0e23f222b9 CmdClear: Propagated cli, rules, database 2016-05-07 00:10:12 -04:00
Paul Beckingham
3bc1acdafd init: Dispatch to CmdShow 2016-05-06 00:16:14 -04:00
Paul Beckingham
8bf0a2a0bc init: Propagates cli, rules to CmdConfig 2016-05-03 00:32:54 -04:00
Paul Beckingham
adae77e99e init: Added :yes as a hint to override confirmation 2016-05-03 00:29:28 -04:00
Paul Beckingham
0569071a5d init: Added :lastweek hint 2016-05-01 16:13:06 -04:00
Paul Beckingham
ee2b13b323 init: No longer calls CmdDefault is there are arguments provided 2016-04-30 08:27:13 -04:00
Paul Beckingham
7c8f9d43c2 init: Added 'cancel' command entity 2016-04-29 22:22:50 -04:00
Paul Beckingham
14677ab5ef init: Dispatches to CmdCancel 2016-04-29 21:47:47 -04:00
Paul Beckingham
3b45e90c5e CmdGaps: Is a clone of export with /tracked/untraced/ for now 2016-04-27 22:56:59 -04:00
Paul Beckingham
dd8025b275 init: Removed exclusions 2016-04-27 18:06:48 -04:00
Paul Beckingham
49715320ef Cleanup: Replaced "\n" with '\n' 2016-04-23 13:30:54 -04:00
Paul Beckingham
58690b3315 init: Added missing 'summary' command 2016-04-23 01:49:36 -04:00
Paul Beckingham
d45dd034ae init: Added 'summary' command 2016-04-23 01:17:19 -04:00
Paul Beckingham
0dd15eb5b9 init: Color enabling defaulting according to tty 2016-04-23 00:45:21 -04:00
Paul Beckingham
b547097a00 init: Color shoudl be on by default 2016-04-23 00:36:52 -04:00
Paul Beckingham
7f9f29ee86 helper: Added :yesterday hint 2016-04-22 22:38:50 -04:00
Paul Beckingham
9689df71bb CmdReportMonth: Added stubbed command 2016-04-22 17:02:59 -04:00
Paul Beckingham
e989f319dd CmdReportWeek: Added stubbed command 2016-04-22 17:02:29 -04:00
Paul Beckingham
590ca948db CmdReportDay: Added stubbed command 2016-04-22 17:01:06 -04:00
Paul Beckingham
382e338e37 init: Missing include? 2016-04-17 12:41:37 -04:00
Paul Beckingham
67949c3a43 init: Set Datetime names to refer to the past, not the future 2016-04-17 10:38:24 -04:00
Paul Beckingham
8e02af8f34 init: No need to explicitly clear exclusions 2016-04-17 10:15:33 -04:00
Paul Beckingham
726ac35a44 init: Moved permissions check earlier in the processing 2016-04-17 08:13:02 -04:00
Paul Beckingham
b29f458a7b Database: Exclusions are back to being strings again 2016-04-10 16:33:42 -04:00
Paul Beckingham
11548dcb4a init: Typo in rule auto setting 2016-04-10 16:18:37 -04:00
Paul Beckingham
649329e570 init: Copies exclusions to Database for creating new files 2016-04-10 15:00:06 -04:00
Paul Beckingham
4ecc1e4f40 CmdHelp: Added :color/:nocolor hints 2016-04-10 12:40:50 -04:00
Paul Beckingham
f9d7c97410 init: Added :day hint 2016-04-10 09:35:54 -04:00
Paul Beckingham
cdb0f6f39c init: Temp settings don't always need to be written 2016-04-10 00:33:29 -04:00
Paul Beckingham
1773db02e1 CLI: If a command is not found, look instead for an extension 2016-04-10 00:26:19 -04:00
Paul Beckingham
60779c6a37 init: Removed extra CLI::dump call 2016-04-10 00:21:12 -04:00
Paul Beckingham
3a1efc330b init: dispatchCommand is now responsible for debug CLI dump 2016-04-09 10:45:35 -04:00
Paul Beckingham
340b55e8bc init: Extensions are recorded as CLI entities 2016-04-09 10:44:38 -04:00
Paul Beckingham
eb890c0b23 init: Connected :debug to Extensions::debug 2016-04-08 19:10:34 -04:00
Paul Beckingham
902a23befc init: const args 2016-04-07 23:33:45 -04:00
Paul Beckingham
893159b209 Cleanup: Removed 'define' command 2016-04-07 08:01:57 -04:00
Paul Beckingham
291eef994a init: Added date range hints 2016-04-06 21:39:54 -04:00
Paul Beckingham
34079ff28e Timew: Removed log file 2016-04-06 20:49:08 -04:00