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- [x] Allow task edition
8- [x] Allow to remove priority on task
9- [x] Circular navigation on tasks
10- [x] Provide config file with argument
11
12## Ressources
13
14- <https://github.com/charmbracelet/bubbletea>
15- <https://github.com/1set/todotxt/blob/master/task.go>
16- <https://github.com/todotxt/todo.txt>
17- <https://github.com/freitass/todo.txt-vim>