Commit graph

129 commits

Author SHA1 Message Date
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
Paul Beckingham
7041a4d9a6 init: dispatchCommand not longer logs 2016-04-06 20:47:20 -04:00
Paul Beckingham
9e62590189 init: initializeExtensions no longer logs 2016-04-06 20:45:14 -04:00
Paul Beckingham
055d76f5fd init: initializeDataAndRules no longer logs 2016-04-06 20:43:51 -04:00
Paul Beckingham
0305dee768 CmdTrack: Removed log 2016-04-06 20:30:04 -04:00
Paul Beckingham
fe26bc2fbb CmdTags: Removed log 2016-04-06 20:28:48 -04:00
Paul Beckingham
086f0e9c03 CmdStop: Removed log 2016-04-06 20:27:32 -04:00
Paul Beckingham
45cbe7d817 CmdStart: Removed log 2016-04-06 20:25:11 -04:00
Paul Beckingham
035d1c764c CmdReport: Removed log 2016-04-06 20:23:55 -04:00
Paul Beckingham
814ec56468 CmdHelp: Removed log 2016-04-06 20:17:16 -04:00
Paul Beckingham
6f0a683398 CmdExport: Removed log 2016-04-06 20:13:57 -04:00
Paul Beckingham
4b24f86b0d CmdDiagnostics: Removed log 2016-04-06 20:12:03 -04:00
Paul Beckingham
1e65133efd CmdContinue, CmdDefine: Removed log 2016-04-06 20:07:13 -04:00
Paul Beckingham
aa8179654f CmdLog: Gone 2016-04-06 17:36:40 -04:00
Paul Beckingham
f7619a138d init: Propagated cli, rules, database and log 2016-04-06 08:10:32 -04:00
Paul Beckingham
a4d767fdcf Rules: Flipped !quiet --> verbose 2016-04-06 00:06:24 -04:00
Paul Beckingham
a570e17e86 init: Recognize common hints and make them available via rules 2016-04-05 23:01:06 -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
e335e325be init: Propagated CLI to initializeDataAndRules 2016-04-04 07:58:39 -04: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
4c05fb3e0c Cleanup: Renamed 'keywords' to 'hints' which is more accurate 2016-04-03 17:22:39 -04:00