From 6b164b07e37202235cb1c2f42617fcf538244522 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 31 Oct 2021 15:46:53 +0100 Subject: [PATCH] Add simple README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..71d53f6 --- /dev/null +++ b/README.md @@ -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). +