Commit Graph

11 Commits

Author SHA1 Message Date
Marty Oehme 253dc4ba37
Fix default file path
Fixed the location of the default file path to mirror the one mentioned
in the README. It now roughly adheres to the XDG home data location as
its default.

Added simple path validation for passed in file paths - will not see if
its readable/writable but simply look for the file's existence and error
out otherwise.
2021-12-14 17:57:19 +01:00
Marty Oehme ec5ff47449
Refactor options 2021-11-01 12:00:48 +01:00
Marty Oehme c6cb3dd6c3
Add idea parsing for jrnl file 2021-11-01 10:50:49 +01:00
Marty Oehme d93316628a
Rename project to jrnlwarrior 2021-10-31 19:14:48 +01:00
Marty Oehme 38984a1688
HACK Add option for today entry in file 2021-10-31 18:44:09 +01:00
Marty Oehme 6ac8b5fd6f
Fix task adding and debug option printing 2021-10-31 17:34:49 +01:00
Marty Oehme fcf3b791b4
Add option to add incomplete tasks to taskwarrior 2021-10-31 17:26:12 +01:00
Marty Oehme 30c6aea11b
Add option for taskwarrior overrides 2021-10-31 17:06:28 +01:00
Marty Oehme e548fa6edb
Refactor file processing function 2021-10-31 16:55:08 +01:00
Marty Oehme 7fdf83f3fe
Add boxed completion regex
Added recognition of `[x] my task done` to task logging.
2021-10-31 16:47:36 +01:00
Marty Oehme 12c1f68343
Refactor option setting 2021-10-31 16:34:39 +01:00