Commit Graph

21 Commits

Author SHA1 Message Date
Marty Oehme 417536f1b5
Switching subprocess commands to recommended ones
Switched out all `subprocess.Popen` statements for `subprocess.run`
since they are the more recommended and less low-level versions.
2021-12-14 17:55:48 +01:00
Marty Oehme 978da38001
Fix file writing and replacement process 2021-11-01 12:01:10 +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 787a24c6dc
Refactor subprocess stdlib import 2021-11-01 10:28:55 +01:00
Marty Oehme cb742395cc
Prepare for remote upload 2021-10-31 19:20:05 +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 08e73398e9
HACK Add naive today entry filling 2021-10-31 18:43:45 +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 46a07b1e48
Fix todo block detection 2021-10-31 16:34:51 +01:00
Marty Oehme 12c1f68343
Refactor option setting 2021-10-31 16:34:39 +01:00
Marty Oehme 6b164b07e3
Add simple README 2021-10-31 15:46:53 +01:00
Marty Oehme b02e09eea3
Fix override setting 2021-10-31 15:44:41 +01:00
Marty Oehme 63545da224
Refactor date parsing logic 2021-10-31 12:05:31 +01:00
Marty Oehme 73c8c76d3c
Add option to not log completed tasks 2021-10-31 11:40:36 +01:00
Marty Oehme 26cb264179
initial commit 2021-10-30 19:49:08 +02:00