Skip to content

Releases: QUAKTECH/sftm

sftm Version 0.1.0

28 Aug 00:53
Compare
Choose a tag to compare

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 ]