Tasks CLI is a command-line todo application that helps you manage your tasks efficiently.
- Add tasks
- Remove tasks
- Mark tasks as done
- List all tasks
- Tap & Install via Homebrew:
brew tap PriyabrataMo/homebrew-taps brew install tasks
tasks add [task name]
tasks remove [task id]
tasks done [task id]
tasks listAdd a new task:
tasks add "Buy groceries"List all tasks:
tasks listbrew uninstall tasks• "Command Not Found" → try:
brew link tasks• Permission issues → consider:
sudo brew install tasksMIT License
Open issues or submit pull requests.
Give a ⭐ on GitHub.