aboutsummaryrefslogtreecommitdiff
path: root/README.org
blob: 5f074bc6258e3eeb1520f6e8c10aa349b63ff779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.