todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.

Github星跟踪图

todo.txt-cli

A simple and extensible shell script for managing your todo.txt file.

Build Status
GitHub issues
GitHub forks
GitHub stars
GitHub license
Gitter

gif

Read our contributing guide if you're looking to contribute (issues/PRs/etc).

Installation

Download

Download the latest stable release for use on your desktop or server.

OS X / macOS

brew install todo-txt

Linux

From command line

make
make install
make test

NOTE: Makefile defaults to several default paths for installed files. Adjust to your system:

  • INSTALL_DIR: PATH for executables (default /usr/local/bin)
  • CONFIG_DIR: PATH for todo.txt config
  • BASH_COMPLETION: PATH for autocompletion scripts (default to /etc/bash_completion.d)
make install CONFIG_DIR=/etc INSTALL_DIR=/usr/bin BASH_COMPLETION_DIR=/usr/share/bash-completion/completions

Arch Linux (AUR)

https://aur.archlinux.org/packages/todotxt-git/

Usage

todo.sh [-fhpantvV] [-d todo_config] action [task_number] [task_description]

For example, to add a todo item, you can do:

todo.sh add "THING I NEED TO DO +project @context"

Read about all the possible commands in the USAGE file.

Release History

See CHANGELOG.md

Support

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contributing

We welcome all contributations. First read our Contributor Code of Conduct and then get started contributing.

License

GNU General Public License v3.0 © todo.txt org

主要指标

概览
名称与所有者todotxt/todo.txt-cli
主编程语言Shell
编程语言Shell (语言数: 2)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2009-03-06 09:33:34
推送于2025-08-18 14:46:28
最后一次提交2024-12-29 18:55:23
发布数22
最新版本名称v2.13.0 (发布于 2024-12-25 18:22:08)
第一版名称v2.3 (发布于 2009-04-03 12:04:10)
用户参与
星数5.9k
关注者数168
派生数730
提交数575
已启用问题?
问题数189
打开的问题数34
拉请求数140
打开的拉请求数13
关闭的拉请求数95
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?