A simple command-line timeboxing utility for Things 3, with an optional menu bar interface.
- 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
-
In Things 3, add time tags to your tasks:
- "30min" or "30m"
- "45min" or "45m"
- etc.
-
Run the script:
python main.pyThis will:
- Show your tasks in the terminal
- Create a menu bar icon (🥊) for timing tasks
# Clone the repository
git clone https://github.com/walteh/timebox.git
cd timebox
# Install dependencies
pip install -e .
# Run
python main.py