Skip to content

Back-Log/To-Do-CLI

Repository files navigation

Todo (Command Line)

Command-line tool to manage the Todo lists

Todo screenshot

Demo

Todo exists to bring all the needed functionalities for simple project management to the terminal. No graphical interface is needed; this tool is easy enough to use to improve your workflow.

Todo workflow

Usage

Clone the repo

$ git clone https://github.com/Back-Log/To-Do-CLI.git

You can now start adding tasks!

Commands

Help

$ ./todo help

Add a task

$ ./todo add "Name of the task"

Remove a task

To remove a specific task by number:

$ ./todo del <task number>

Complete a task

$ ./todo done <task number>

Get a report

$ ./todo report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published