https://github.com/srid/org-clock-dashboard
An OSX menubar app to display orgmode clock information.
https://github.com/srid/org-clock-dashboard
Last synced: 11 months ago
JSON representation
An OSX menubar app to display orgmode clock information.
- Host: GitHub
- URL: https://github.com/srid/org-clock-dashboard
- Owner: srid
- Created: 2015-02-08T23:11:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T03:49:24.000Z (over 11 years ago)
- Last Synced: 2025-05-16T22:08:42.649Z (about 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Org clock dashboard for OSX
An OSX menubar app to display org clock information.
## Development
```
# Install Python dependencies globally
make setup
...
# Run the app
make
```
## Deployment
```
make deploy run_deployed
```