all repos — todo.txt-go @ 9c189ec93227b6c005edbc66f1a83abe842c6285

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- [ ] 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>