Difference between revisions of "Ntfy"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://ntfy.sh/
 
* https://ntfy.sh/
 
  Send [[push notifications]] to your phone
 
  Send [[push notifications]] to your phone
 +
 +
 +
[[curl -L]] https://github.com/binwiederhier/ntfy/releases/download/v1.27.2/ntfy_1.27.2_macOS_all.tar.gz >
 +
ntfy_1.27.2_macOS_all.tar.gz
 +
tar zxvf ntfy_1.27.2_macOS_all.tar.gz
 +
sudo cp -a ntfy_1.27.2_macOS_all/ntfy /usr/local/bin/ntfy
 +
mkdir ~/Library/Application\ Support/ntfy
 +
cp ntfy_1.27.2_macOS_all/client/client.yml ~/Library/Application\ Support/ntfy/client.yml
 +
ntfy --help
  
  

Revision as of 08:56, 3 September 2022

Send push notifications to your phone


curl -L https://github.com/binwiederhier/ntfy/releases/download/v1.27.2/ntfy_1.27.2_macOS_all.tar.gz > 
ntfy_1.27.2_macOS_all.tar.gz
tar zxvf ntfy_1.27.2_macOS_all.tar.gz
sudo cp -a ntfy_1.27.2_macOS_all/ntfy /usr/local/bin/ntfy
mkdir ~/Library/Application\ Support/ntfy 
cp ntfy_1.27.2_macOS_all/client/client.yml ~/Library/Application\ Support/ntfy/client.yml
ntfy --help


ntfy pub mytopic you text goes here
ntfy sub mytopic

See also

Advertising: