New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

todo-txt-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

todo-txt-cli

A CLI for todo.txt files - http://todotxt.org/

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

npm-badge types-badge

todo.txt CLI

A CLI for todo.txt files - See http://todotxt.org/

This project is a JavaScript implementation of a todo.txt CLI, allowing you to manage your todo items in plain text files.

Supported Syntax

The project follows and parses the syntax described on todo.txt GitHub page. This includes:

  • Tasks: +task description
  • Projects: +project
  • Contexts: @context
  • Priority: A, B, C, D
  • Deadline: due:YYYY-MM-DD (e.g. due:2022-01-15)
  • Key-Values: e.g. key:value

Features

  • Supports todo.txt Syntax
  • Parses and formats todo items for easy management
  • Allows you to add, remove, and edit tasks in a text file
  • Manage due dates and overdue tasks
  • Sort todo.txt file by due-date, priority, projects or contexts
  • Open todo.txt in editor
  • Create a "local" todo.txt with the "-d" option

Usage

  • Install the project using npm or yarn.

    npm i -g todo-txt-cli
    
  • Add your first todo item

    todo add "my first task"
    
  • List your items, and display help

    todo ls
    
  • Display help

    todo help
    

    full help

    todo help help
    

See full options and actions in documentation

Contributing

Contributions are welcome! If you have any issues or suggestions, please open an issue on GitHub.

License

This project is licensed under the MIT License.

Credits

Thanks to the Todo.txt team for their work on the original specification.

Keywords

todo.txt

FAQs

Package last updated on 28 Mar 2026

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