txtodo-cli
v1.1.0
Published
A powerful CLI for managing todo.txt files with full support for priorities, projects, contexts, custom extensions, and hierarchical subtasks. Includes a skill for AI agents.
Maintainers
Readme
TxTodo CLI
A powerful CLI for managing todo.txt files with full support for priorities, projects, contexts, custom extensions, and hierarchical subtasks. Includes a skill for AI agents.
Features
- Task management commands (list, add, insert, remove, mark/unmark, update, sort, filter)
- Subtask support with indentation-based hierarchy
- Command chaining for powerful workflows
- Interactive prompts when arguments are missing
- Comprehensive error handling with specific error types
- AI agent skill
Installation
npm install -g txtodo-cliUsage
The CLI works with todo.txt in your current directory by default.
txtodo list
txtodo add "Task"
txtodo insert 1 "Inserted task"
txtodo update 1 "Updated task"
txtodo remove 1
txtodo mark 1,2
txtodo unmark allFor full command documentation, see DOCS.md.
Support
For bug reports and feature requests, please fill an issue at GitHub repository.
Changelog
See CHANGELOG for a list of changes in each version.
Development
For development information, see CONTRIBUTING.
License
MIT
