Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visini/timebox
A Custom Pomodoro macOS Menubar App with Things 3 integration
https://github.com/visini/timebox
macos menubar pomodoro standing-desk things3 timeboxing
Last synced: 14 days ago
JSON representation
A Custom Pomodoro macOS Menubar App with Things 3 integration
- Host: GitHub
- URL: https://github.com/visini/timebox
- Owner: visini
- License: mit
- Created: 2020-01-16T10:57:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T06:03:32.000Z (over 1 year ago)
- Last Synced: 2024-08-03T09:05:05.824Z (3 months ago)
- Topics: macos, menubar, pomodoro, standing-desk, things3, timeboxing
- Language: Python
- Homepage:
- Size: 9.87 MB
- Stars: 101
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Header](header.png)
# Timebox – macOS Menubar App
Menu bar utility app (macOS) for adding [Timeboxing](https://en.wikipedia.org/wiki/Timeboxing) and [Pomodoro](https://en.wikipedia.org/wiki/Pomodoro_Technique) workflow support to [Things 3](https://culturedcode.com/things/).
![Screenshot](screenshot.png)
See `Makefile` for how to install, debug, build, and release. Or download the [latest release](https://github.com/visini/timebox/releases).
Note: Since April 14, 2023, Things 3 stores data in a unique location - you will have to build the app after setting the proper path in `main.py` via `THINGS_SQLITE_PATH`.
Download using GitHub CLI:
```shell
gh release -R visini/timebox download -D ~/Downloads -p "*.app.zip"
```Note: If you can't open `Timebox.app`, you could try running `xattr -cr Timebox.app`.
---
See also:
- [mk1123/timebox](https://github.com/mk1123/timebox)
- [visini/pomodoro](https://github.com/visini/pomodoro)