1.0.0 • Published 1 year ago

ttodo v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Description

A basic todo list in your command line. For quickly adding and removing items to it.

Installation

npm install ttodo

Commands

Basic

ttodo add '<string>' or ttodo a '<string>' -> adds a new item to the todolist.json

ttodo remove '<string>' or ttodo rem '<string>' or ttodo r '<string>' -> removes an existing item from the todolist.json

ttodo list or ttodo l -> shows the todolist

Other

You can remove an item by typing in its number (works only, if todo list is smaller than 50 items)

1.0.0

1 year ago