{"id":16351504,"url":"https://github.com/peterjaap/pushover-cli","last_synced_at":"2025-10-10T18:15:56.911Z","repository":{"id":138586452,"uuid":"144463072","full_name":"peterjaap/pushover-cli","owner":"peterjaap","description":"Yet another Pushover command line tool","archived":false,"fork":false,"pushed_at":"2019-10-12T18:28:13.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-10T18:15:56.038Z","etag":null,"topics":["cli","command-line-tool","console-application","php","pushover"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterjaap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-12T12:00:17.000Z","updated_at":"2020-09-19T14:29:52.000Z","dependencies_parsed_at":"2023-04-15T12:01:13.644Z","dependency_job_id":null,"html_url":"https://github.com/peterjaap/pushover-cli","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"c0ac983442ad10167f7871b63aac6062298c9190"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/peterjaap/pushover-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterjaap%2Fpushover-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterjaap%2Fpushover-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterjaap%2Fpushover-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterjaap%2Fpushover-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterjaap","download_url":"https://codeload.github.com/peterjaap/pushover-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterjaap%2Fpushover-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004912,"owners_count":26083802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line-tool","console-application","php","pushover"],"created_at":"2024-10-11T01:09:32.595Z","updated_at":"2025-10-10T18:15:56.877Z","avatar_url":"https://github.com/peterjaap.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pushover-cli\n\nYet another [Pushover](https://www.pushover.net) CLI tool.\n\n## Installation\n\nDownload the phar file:\n\n```\nwget https://github.com/peterjaap/pushover-cli/releases/download/0.1.1/pushover-cli.phar\n```\n\nChmod it \u0026 move it:\n\n```\nchmod +x pushover-cli.phar\nmv pushover-cli.phar /usr/local/bin/\n```\n\nAdd alias to your `~/.bashrc` / `~/.zshrc` file (optional);\n\n```\nalias po=pushover-cli.phar send\n```\n\nSend it!\n\n```\npo \"#sendit\"\n```\n\n## Configuration\n\n1. Download the Pushover app in the [iOS App Store](https://itunes.apple.com/nl/app/pushover-notifications/id506088175?mt=8) or the [Google Play Store](https://play.google.com/store/apps/details?id=net.superblock.pushover\u0026hl=nl)\n1. Create an account from the app or at [Pushover.net](https://www.pushover.net).\n1. Create an application in the [Pushover dashboard](https://pushover.net/apps/build) (name it 'CLI', for example).\n1. Create a `.pushover.yaml` file in your home dir (`~/.pushover.yaml`) and fill it with your user and app token;\n\n```\nuser: USER_TOKEN_HERE\napp: APP_TOKEN_HERE\n```\n\n## How to use\n\n```\n$ pushover-cli.phar help send\n\nUsage:\n  send [options] [--] [\u003cmessage\u003e]\n\nArguments:\n  message                         The body of the message to be sent [default: \"\"]\n\nOptions:\n  -t, --title[=TITLE]             The title of the message to be sent\n  -l, --link[=LINK]               The link that accompanies the message\n  -p, --priority[=PRIORITY]       The priority the message is to be sent with (0 is default, 1 is ignore quiet hours, 2 is repeat until acknowledged) [default: 0]\n      --token[=TOKEN]             The app token to be used - find in Pushover dashboard\n      --user[=USER]               The user token to be used - find in Pushover dashboard\n  -h, --help                      Display this help message\n  -q, --quiet                     Do not output any message\n  -V, --version                   Display this application version\n      --ansi                      Force ANSI output\n      --no-ansi                   Disable ANSI output\n  -n, --no-interaction            Do not ask any interactive question\n  -lt, --link-title[=LINK-TITLE]  The title for the link that accompanies the message\n  -v|vv|vvv, --verbose            Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n\nHelp:\n  Send a message to Pushover\n\n```\n\nIf no title is given, the name of the application will be used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterjaap%2Fpushover-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterjaap%2Fpushover-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterjaap%2Fpushover-cli/lists"}