Add simple README

This commit is contained in:
Marty Oehme 2021-10-31 15:46:53 +01:00
parent b02e09eea3
commit 6b164b07e3
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Taskwarrior - jrnl task ingestion
This little script allows simple interaction between `taskwarrior` and a `jrnl` file.
It parses the `jrnl` file and logs accomplished tasks in `taskwarrior`.
To accomplish this it borrows a little from the [todotxt](http://todotxt.org/) syntax ---
namely the idea of (A) (B) (C) prioritization and `x task done syntax`
(i.e. starting a line with `x ` means it represents an accomplished task).