Skip to content

sftm Version 0.1.0

Latest
Compare
Choose a tag to compare
@AeternusDio AeternusDio released this 28 Aug 00:53
· 4 commits to main since this release

sftm (Super Fast Todo Manager)

By Aeternus β€’ At QUAKTECH

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 ]