Commit graph

166 commits

Author SHA1 Message Date
Paul Beckingham
5e044bd845 CmdSplit: Implemented 'split' command 2016-06-10 21:55:09 -04:00
Paul Beckingham
72ffeaef20 CmdMove: Impplemented 'move' command 2016-06-08 07:30:47 -04:00
Paul Beckingham
5a115993ee log: Added support for theme.colors.debug 2016-06-07 23:17:08 -04:00
Paul Beckingham
bedaa624a3 CmdLengthen: Implemented 'lengthen' command 2016-06-06 23:01:51 -04:00
Paul Beckingham
12dfee1bc8 hints: Added :lastyear 2016-06-06 20:32:24 -04:00
Paul Beckingham
33f1239e93 hints: Added :lastquarter 2016-06-06 20:31:45 -04:00
Paul Beckingham
28fe24eb10 hints: Added :lastmonth 2016-06-06 20:30:29 -04:00
Paul Beckingham
b0b2b578f7 init: Added :adjust hint 2016-06-05 14:22:58 -04:00
Paul Beckingham
30ffaf4c01 CmdShorten: Added 'shorten' command 2016-06-05 13:55:49 -04:00
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