Commit Graph

5 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 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 d93316628a
Rename project to jrnlwarrior 2021-10-31 19:14:48 +01:00