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.
- Host: GitHub
- URL: https://github.com/malted/buildspace-timer
- Owner: malted
- Created: 2024-06-16T04:50:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T05:36:55.000Z (about 2 years ago)
- Last Synced: 2025-09-30T04:56:00.786Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nights and weekends starts today and ends in 6 weeks.

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

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