Tasker CLI is a task management system for technical people. It is command-line component that is very fast and easy to use.
Tasker CLI is based off of the Getting Things Done system, and is centered around the following concepts:
- due dates
- projects and contexts
- statuses
- task recurrence
- notes
The CLI is fast, powerful and intuitive. It will also always be open source.
All of Tasker CLI's documentation is available on the Tasker CLI website.
- Tasker CLI Documentation
- Quickstart
- Managing tasks
- Task Recurrence
- Listing and filtering tasks
- The .todos.json file format
- All systems: Get the correct taskercli binary from the releases page.
- If you have Golang installed: Run
go get https://github.com/gabey14/tasker-gocli
.
Then, follow the quick start in the docs to quickly get up and running.
Tasker CLI is open source, and uses the MIT license.