Skip to content

ninjahorn/ttodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

CLI todo list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published