0.7.1 • Published 6 years ago

carlos-agenda-cli v0.7.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

carlos-agenda-cli

A command line interface used to track to-do items in a software project. Use cli to create todo items. list todo items, mark a todo item as complete, and remove a todo item.

Installation

Usage

Commands

initialize todo List

Creates a todo.json file within the current directory. Use when you wish to start a new list. If todos.json already exists, 'todo init' will not do anything.

Add a todo item ... carlos-agenda-cli add ...

Example

... carlos-agenda-cli add feed the cat ...

List todos

List all todos in your todo list.

... carlos-agenda-cli ls ...

Mark ToDo complete

Toggle a todo item as completed

... carlos-agenda-cli check ...

Example

Mark the 2nd todo item as complete or not complete if it is complete. ... carlos-agenda-cli check 2 ...

Remove // TODO

delete a specific todo by providing the todo id.

... carlos-agenda-cli rm ...

Example

... carlos-agenda-cli rm 1 ...

Future Features

  • Show percent of todos completed
  • Assign a todo to a person
  • Record the data and time completed
  • Export the todo itms to github as issues.
  • Export to trello as a list.
0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago