An open API service indexing awesome lists of open source software.

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.

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
```