Timebox
December 8, 2024 ยท View on GitHub
A simple command-line timeboxing utility for Things 3, with an optional menu bar interface.
Features
- Shows all of today's tasks from Things 3 that have time tags
- Groups tasks by project
- Shows total time allocated for today
- Menu bar interface for timing tasks
Usage
-
In Things 3, add time tags to your tasks:
- "30min" or "30m"
- "45min" or "45m"
- etc.
-
Run the script:
python main.py
This will:
- Show your tasks in the terminal
- Create a menu bar icon (๐ฅ) for timing tasks
Installation
# Clone the repository
git clone https://github.com/walteh/timebox.git
cd timebox
# Install dependencies
pip install -e .
# Run
python main.py