README.md (view raw)
1# TODO.txt in Go
2
3## TODO
4
5- [x] Use _todo.txt_ file targeted by todo-txt.sh config
6- [x] Implement archive mecanism
7- [ ] Allow task edition
8- [x] Allow to remove priority on task
9- [ ] Circular navigation on tasks
10
11## Ressources
12
13- <https://github.com/charmbracelet/bubbletea>
14- <https://github.com/1set/todotxt/blob/master/task.go>
15- <https://github.com/todotxt/todo.txt>
16- <https://github.com/freitass/todo.txt-vim>