https://github.com/littledivy/notify
watch TV while Rust compiles
https://github.com/littledivy/notify
Last synced: 13 days ago
JSON representation
watch TV while Rust compiles
- Host: GitHub
- URL: https://github.com/littledivy/notify
- Owner: littledivy
- Created: 2024-03-24T04:13:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:37:04.000Z (over 1 year ago)
- Last Synced: 2025-04-01T01:52:12.622Z (3 months ago)
- Language: JavaScript
- Size: 259 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deno + React native + Expo app to notify when a long running task is done.
## Usage
Start Expo and connect via Expo Go app:
```shell
EXPO_OFFLINE=1 deno task start
``````shell
# Now procastinate until the build is done
./notify.ts 'cargo build --release'
```