sftm (Super Fast Todo Manager)
By Aeternus β’ At QUAKTECH
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π Overview of this Release
Very basic but works.
π Software License
- MIT License
Authors βοΈ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π¦ Dependencies
- Colored
π Usage
Commands :
- add - Add a Todo [ $ sftm add "Buy Bananas" groceries ]
- list - List all Todos [ $ sftm list ]
- remove - Remove a Todo [ $ sftm remove 1 ] (1 is the index of the Todo, you also use -f to delete a file : $ sftm remove -f groceries)
- version - Show the version of the program [ $ sftm version ]
- check - Check a Todo [ $ sftm check 1 ] (1 is the index of the Todo)
- show - Show a Todo file [ $ sftm show groceries ]