Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-todoer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-todoer

An easy command line interface for saving tasks to to-do list for current day

  • 1.0.9
  • PyPI
  • Socket score

Maintainers
1

CLI-todoer

An easy command line interface for tracking your to-do list

Install

Using pip

cli-todoer is only supported with python 3.6 due to the use of f-strings be aware before pip installing

pip install cli-todoer

Build from source

git clone https://github.com/VladaZakharova/CLI-todoer.git
cd todoer
python setup.py install

Usage

Help

todoer --help

image

Add tasks to your to-do list

todoer add "Task description" "Category"

image

Update tasks description or category

Both of the parameters are optional. You can specify only one argument in case you want to change only part of to-do task.

todoer update 1 --description "New task description" --category "New category"

image

Complete specified task and set status to Done

todoer complete 1

image

Show a list of all tasks for current day

todoer show

image

Delete specified task from to-do list

todoer delete 2

image

Clear to-do list and delete all the tasks

todoer clear

image

FAQs


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