Releases: QUAKTECH/sftm
Releases · QUAKTECH/sftm
sftm Version 0.1.0
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 ]