By Aeternus • At QUAKTECH
A fast, easy Todo Manager made with Rust🦀 which will be apart of our upcomming software suite.
- Fast 🚀
- LightWeight 💨
git clone https://github.com/QUAKTECH/sftm
cd sftm
chmod +x install.sh
./install.sh
idk
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 ]