https://github.com/benhid/ghostie
Notifies you when long-running commands complete
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Keywords
Repository
Notifies you when long-running commands complete
Basic Info
- Host: GitHub
- Owner: benhid
- License: mit
- Language: JavaScript
- Default Branch: main
- Homepage: https://ghostie.link
- Size: 49.8 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
👻.link
Use ghostie to receive desktop notifications when any command finishes.
Grab an url or use your own (valid UUID v4) to get started:
console
$ echo $(curl -sL https://ghostie.link)
https://ghostie.link/...
How it works
ghostie establish a WebSocket connection between the server and the client via socket.io. Submitted notifications (POSTed) are broadcasted to all connected clients and persisted in the local database.
If the user granted permission, a desktop notification is displayed using the Notification API.
Run locally
Clone the repository and run the following commands:
Using node:
console
$ npm i
$ npm start
Using Docker:
console
$ docker build -t benhid/ghostie .
$ docker run -p 3000:3000 benhid/ghostie
License
This project is licensed under the MIT license. See the LICENSE file for more info.
Owner
- Name: Antonio
- Login: benhid
- Kind: user
- Location: Málaga, Spain
- Company: University of Málaga
- Website: https://benhid.com/
- Repositories: 24
- Profile: https://github.com/benhid
Software / DevOps Engineer and Researcher @KhaosResearch
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- mhart/alpine-node 16.4.2 build
- 114 dependencies
- tailwindcss ^3.0.24 development
- pino ^8.0.0
- pino-http ^7.1.0
- socket.io ^4.5.1