Skip to content

akediyal/cli-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Todo

A simple command-line interface for managing todos.

Commands

  • show

    • Displays all todos in a table format.
  • add <todo>

    • Adds a new todo with the provided task description.
  • update <todo_num>

    • Toggles the status of the todo at the specified number.
  • edit <todo_num> <new_todo>

    • Edits the task description of the todo at the specified number.
  • delete <todo_num>

    • Deletes the todo at the specified number.

Usage

Run node cli-todo.js <command> [options] to use the commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published