Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littledivy/notify
watch TV while Rust compiles
https://github.com/littledivy/notify
Last synced: 20 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:37:04.000Z (7 months ago)
- Last Synced: 2024-10-10T18:18:48.444Z (about 1 month 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'
```