diff options
| author | David Moc <personal@cdatgoose.org> | 2026-05-17 01:25:45 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-05-17 01:25:45 +0200 |
| commit | b0d5cb5d9d3607add2932b03af50a2a6c18f1721 (patch) | |
| tree | 29f7e8ac615f94a659bcffb2649cb9889d6c47f3 /README.org | |
| parent | 17c316736f811ea4987252d23768a131036df826 (diff) | |
Added a README
Signed-off-by: David Moc <personal@cdatgoose.org>
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..5f074bc --- /dev/null +++ b/README.org @@ -0,0 +1,16 @@ +#+AUTHOR: David Moc +#+EMAIL: personal@cdatgoose.org + + +* Tasker +Tasker is a simple task tracker (with built in fish completion) written in Haskell. + +* Install +You can eiter use the `./build.sh` that installs into: +- `/usr/local/bin/tasker` +- `/usr/share/fish/vendor_completions.d/tasker.fish` +Or just run: +#+begin_src shell + cabal build exe:tasker +#+end_src +and copy the file to your bin. |
