Skip to content

QuickTodo is an easy-to-use to-do list manager for your command line.

License

Notifications You must be signed in to change notification settings

georg-stone/quicktodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickTodo

GitHub license npm version

QuickTodo is a simple and efficient command-line tool for managing your todos. With QuickTodo, you can easily add and list todos from your terminal.

Installation

To install QuickTodo globally on your system, run:

npm install -g quicktodo

Usage

To add a to-do list item, run:

todo add <task name> [due date]

Note: when running for the first time, QuickTodo will ask you for the file path to your JSON file.

To list all your todos, run:

todo list

To remove a todo, run:

todo delete <task name>

License

This project is licensed under the MIT license. See the LICENSE file for more.

Contributions

We welcome contributions! If you have any suggestions or improvements, please open an issue or submit a pull request.

About

QuickTodo is an easy-to-use to-do list manager for your command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published