ToPy is a simple cli ToDo Manager. ToPy is a little different from other cli tools that offer similar functionality as most of them use command line arguments but ToPy is interactive and uses a variety of commands. The commands are listed below.

  • new, n: New ToDo
  • show , ls , read : Show all the ToDo's
  • mark: Mark a ToDo complete
  • unmark: Mark a ToDo incomplete
  • clear: Clear the screen and all the ToDo's
  • destory: Delete all the ToDo's
  • del: Delete all the done ToDo's
  • license: Show the license
  • about: About ToPy
  • help: Show is Help
  • commands: Show list of available commands.
  • website: Show ToPy website
  • github: Show the github repository of Topy
  • docs: Show the Topy docs
  • quit: Quit ToPy

  • ToPy Example

    Watch the video below to learn more