Hardly Working - Another todo list CLI
Working hard or hardly working - A todo list CLI
Features
- Add, toggle, edit, and remove tasks
- Search and group tasks
- Markdown-based storage format
- Configurable todo list file location
Installation
Build from source:
Usage
# Configure task file location (by default at ~/.config/hw/config.json)
# Show current configuration
# Add a new task
# List all tasks
# Toggle task completion status
# Remove a task
# Clear all completed tasks
Storage
Tasks are stored in a simple Markdown file with checkbox syntax:
- -
By default, tasks are stored in ~/todo.md. To se a preferred path, use hw config.
License
This project is licensed under an MIT license (http://opensource.org/licenses/MIT)