https://github.com/alfiosalanitri/gotify-push-message
A simple bash script for Linux to send a message to Gotify server from CLI
https://github.com/alfiosalanitri/gotify-push-message
bash gotify linux
Last synced: about 2 months ago
JSON representation
A simple bash script for Linux to send a message to Gotify server from CLI
- Host: GitHub
- URL: https://github.com/alfiosalanitri/gotify-push-message
- Owner: alfiosalanitri
- License: mit
- Created: 2023-01-24T22:28:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T09:34:12.000Z (over 3 years ago)
- Last Synced: 2025-02-05T10:17:30.216Z (over 1 year ago)
- Topics: bash, gotify, linux
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotify Push Message
A simple bash script for Linux to send a message to [Gotify](https://gotify.net/) server from CLI.
## Installation
- `cd ~/path`
- `git clone https://github.com/alfiosalanitri/gotify-push-message.git`
- `cd gotify-push-message`
- `./install.sh`
## Dependencies
- curl
- gotify server
## Usage
- `gotify-push -t "Title" -m "Hello World" -p 8 -c markdown -l https://www.alfiosalanitri.it`