4.0.0 • Published 4 years ago

@tsivinsky17/todo v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Todo cli

Just For Fun

Usage

Before start, you need to log in to your account.

  todo login

After that, you can easily manage your todos by typing these commands:

  1. Create project
  todo new <PROJECT NAME>
  1. Add todo
  todo new <PROJECT NAME>:<NEW TODO>
  1. Get todos
  todo get <PROJECT NAME> <LIMIT> --done

This command has two additional flags: --done and number of todos. If you type --done flag, you will get only completed todos. And if type number of todos, you will get this count of todos.

  1. Get all your projects
  todo projects
  1. Complete todo
  todo complete <PROJECT NAME> <TODO ID>

Tip: Todo id showed after get command in each one.

  1. Delete todo
  todo delete <PROJECT NAME> <TODO ID>
  1. Delete project
  todo delete <PROJECT NAME>
  1. Logout from account
  todo logout
4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago