Commit graph

23 commits

Author SHA1 Message Date
426925c6a7
Fix missing mention of idea toggle in README
Added usage instructions for turning off idea syncing.
2021-12-14 18:00:48 +01:00
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
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
978da38001
Fix file writing and replacement process 2021-11-01 12:01:10 +01:00
ec5ff47449
Refactor options 2021-11-01 12:00:48 +01:00
c6cb3dd6c3
Add idea parsing for jrnl file 2021-11-01 10:50:49 +01:00
787a24c6dc
Refactor subprocess stdlib import 2021-11-01 10:28:55 +01:00
cb742395cc
Prepare for remote upload 2021-10-31 19:20:05 +01:00
d93316628a
Rename project to jrnlwarrior 2021-10-31 19:14:48 +01:00
38984a1688
HACK Add option for today entry in file 2021-10-31 18:44:09 +01:00
08e73398e9
HACK Add naive today entry filling 2021-10-31 18:43:45 +01:00
6ac8b5fd6f
Fix task adding and debug option printing 2021-10-31 17:34:49 +01:00
fcf3b791b4
Add option to add incomplete tasks to taskwarrior 2021-10-31 17:26:12 +01:00
30c6aea11b
Add option for taskwarrior overrides 2021-10-31 17:06:28 +01:00
e548fa6edb
Refactor file processing function 2021-10-31 16:55:08 +01:00
7fdf83f3fe
Add boxed completion regex
Added recognition of `[x] my task done` to task logging.
2021-10-31 16:47:36 +01:00
46a07b1e48
Fix todo block detection 2021-10-31 16:34:51 +01:00
12c1f68343
Refactor option setting 2021-10-31 16:34:39 +01:00
6b164b07e3
Add simple README 2021-10-31 15:46:53 +01:00
b02e09eea3
Fix override setting 2021-10-31 15:44:41 +01:00
63545da224
Refactor date parsing logic 2021-10-31 12:05:31 +01:00
73c8c76d3c
Add option to not log completed tasks 2021-10-31 11:40:36 +01:00
26cb264179
initial commit 2021-10-30 19:49:08 +02:00