Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 2.26 KB

readme.md

File metadata and controls

86 lines (46 loc) · 2.26 KB

TodoFC

TodoFC , to do list from console. This is simple command line todo list app. We developers like to work from command line that is why i wrote this application.

How to add

You need to download the exe , or you can build the exe from the source code.

  • Create a folder
  • Move executable program into created folder

System Properties

  • Click on Environment Variables

Environment variables

  • Double click on Path

Edit environment variable

  • Click on new and add write the path of the folder.
  • Click ok.
  • Now you are ready to use TodoFC from console.

How to create a to do

Open cmd and type

TodoFC add

After you typed the command ,program will wait input from you.

TodoFC add

How to show to do list

Open cmd and type TodoFC

TodoFC

This will show uncompleted to do list.

Showing completed todo list

TodoFC show-completed

Showing all todo list

TodoFC show-all

Marking as completed and uncompleted

TodoFC mark-as-completed <id>

You have to type todo id , for example

TodoFC mark-as-completed 2

todofc mark-as-completed

Marking as uncompleted

TodoFC mark-as-uncompleted <id>

todofc mark-as-uncompleted

How to delete a to do

TodoFC del <id>

Before delete:

Todo List

After delete:

todo List

Contributors

License & copyright

Licensed under the GNU General Public License v3.0