0
0
Fork
You've already forked todo
0
A todo app for the terminal written in haskell.
  • Haskell 100%
Find a file
2025年06月16日 00:17:36 +03:00
src 2024年09月19日 19:49:18 +03:00
.gitignore cleanup is due, marking done and removing of entries not implemented 2022年09月03日 00:26:04 +03:00
package.yaml 2023年12月10日 10:05:12 +02:00
readme add build instructions 2022年12月04日 03:18:14 +02:00
stack.yaml 2025年06月16日 00:17:36 +03:00

The simplest todo and also probably the buggiest since i try to keep things minimal.
The todo file location is $XDG_CONFIG_HOME/todo/todo, and is automatically created if not present.
Build instructions:
 stack build
 stack install --local-bin-path=./bin/
Then move the compiled binary in a folder that is contained in $PATH