all repos — todo.txt-go @ ecc9536e6199c2e91e6f6f1e6316afcc915f7bbf

CLI tool for todo.txt files written in Go

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>