rphillips/cprowl
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
What is cprowl? --------------- cprowl is a command line utility to push notifications to the Prowl (http://prowl.weks.net/) service. I will be personally using cprowl to notify me when my projets are done building and whether they completed sucessfully or failed. Dependencies ------------ - libcurl (w/ SSL support) Compile ------- # ./waf configure # ./waf # sudo ./waf install Usage ----- cprowl : prowl client usage: cprowl [-a apikey] [-n appname] [-e event] [-d description] [-p priority] apikey: prowl api key appname: string : application name (default: "cprowl") event: string : event name (default: "event") description: string : description (default: "") priority: -2 : very low -1 : moderate 0 : normal (default) 1 : high 2 : emergency License ------- Copyright 2010 Ryan Phillips Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.