New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cli-todo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-todo

Control your todo list directly from the cli.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cli-todo

Control your todo list directly from the cli.

##Instalation

npm install -g cli-todo

##Usage

###Add a new task

  Usage: add [options] <task>

  Add a new task to your #todo list

  Options:

    --help                     output usage information
    -t, --tag <tag>            add a task with a tag
    -d, --date <date>          add a task with a date
    -p, --priority <priority>  add a task with a priority (l = low, m = medium, h = high) (defaults as low)

###List your tasks

  Usage: list [options]

  Alias: ls

  List all your #todo items

  Options:

    --help                 output usage information
    -t, --tag <tag>        list all tasks with a determined tag
    -o, --orderBy <order>  list all tasks ordered by date, priority, or both.

###Remove tasks

  Usage: remove [options]

  Alias: rm

  Remove tasks from your #todo list

  Options:

    --help                   output usage information
    -a, --all                remove all of your tasks
    -t, --tag <tag>          remove tasks with a determined tag
    -s, --specific <taskId>  remove a specific task

###Clear the prompt

  Usage: clear [options]

  Alias: cls

  Clear the #todo prompt

  Options:

    --help  output usage information

###Exit the #todo prompt

 Usage: exit [options]

  Alias: quit

  Exits application.

  Options:

    --help  output usage information

FAQs

Package last updated on 03 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc