Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/alfred-menubar-timer
Use Alfred to show a simple countdown timer in macOS menu bar
https://github.com/xixixao/alfred-menubar-timer
Last synced: 19 days ago
JSON representation
Use Alfred to show a simple countdown timer in macOS menu bar
- Host: GitHub
- URL: https://github.com/xixixao/alfred-menubar-timer
- Owner: xixixao
- Created: 2019-10-01T01:34:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T16:26:18.000Z (over 5 years ago)
- Last Synced: 2024-11-14T20:47:52.755Z (3 months ago)
- Language: Python
- Size: 1.22 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-menubar-timer
Use Alfred to show a simple countdown timer in macOS menu bar## Usage
Type `t 5m` or `t break 5m` to set up a timer that shows up in menu bar:
![Screenshot of Alfred](/screenshot-a.png)
![Screenshot of menu bar](/screenshot-b.png)
Type `t stop` to stop the timer. The timer will keep on running until you stop it or set a new one. This is so that you can track how much time you ran over.
### Supported time formats
`t 10s` `t 10sec` `t 10seconds`
`t 5m` `t 5min` `t 5minutes`
`t 1h` `t 1hour`If you want to display a name in front of the timer, put it first, like `t work 15min`.
## Installation
1. Download and open the `.alfredworkflow` file.
2. Download and install Bitbar via https://github.com/matryer/bitbar#get-started
3. Download the `simple_timer.1s.py` file and put it in the Bitbar plugins you created
4. Run `touch ~/.alfred_timer_start` and `chmod +x /simple_timer.1s.py`
5. Update the file path in Alfred preferences to your ``
6. Click on Bitbar in the menu bar and select `Refresh all`