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

https://github.com/malted/buildspace-timer

a macos statusbar timer counting down the days until buildspace's nights & weekends programme ends.
https://github.com/malted/buildspace-timer

Last synced: 2 months ago
JSON representation

a macos statusbar timer counting down the days until buildspace's nights & weekends programme ends.

Awesome Lists containing this project

README

          

## nights and weekends starts today and ends in 6 weeks.

![image](https://github.com/malted/buildspace-timer/assets/59726149/daf4ab0b-0838-4dc8-b670-dfca2866282c)

includes quicklink to [sage](https://sage.buildspace.so):

![image](https://github.com/malted/buildspace-timer/assets/59726149/0656027d-0177-4066-9f61-57ed6e5e229b)

### install:
```bash
cargo install --git https://github.com/malted/buildspace-timer

sudo tee /Library/LaunchDaemons/dev.malted.buildspace-timer.plist <

Label
dev.malted.buildspace-timer

ProgramArguments

$HOME/.cargo/bin/buildspace-timer

RunAtLoad


KeepAlive

EOF

sudo chmod 644 /Library/LaunchDaemons/dev.malted.buildspace-timer.plist

sudo launchctl load /Library/LaunchDaemons/dev.malted.buildspace-timer.plist
```