NAME
notifo::cmdline - send notification via notifo.com service
VERSION
version 0.001
SYNOPSIS
notifo --api-key KEY --user USER your notication goes here
or
notifo --api-key KEY --user USER < notification.txt
or
other_cmd | notifo --api-key KEY --user USER
DESCRIPTION
The notifo
command line tool allows you to send a notification to the notifo.com service.
If you don't want to keep using --api-key
and --user
, you can create a configuration file with those settings. The file should be at $HOME/.notifo.rc
, and it should be something like this:
api_key: your_api_key_here
user: your_api_user
See "CONFIGURATION FILE" in Protocol::Notifo for all the details.
OPTIONS
The following options are available:
- --user or -u
-
Specify the notifo.com API user to use.
- --api-key or -k
-
Specifies the notifo.com API key to use.
- --to or -t
-
The destination user (only used with Service keys).
- --title or -T
-
The title for this notification.
- --url, --uri or -u
-
The URL for this notification. Certain clients allow you to click the notification and jump to this URL.
- --label or -l
-
The application sending this notification.
AUTHOR
Pedro Melo <melo@simplicidade.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2010 by Pedro Melo.
This is free software, licensed under:
The Artistic License 2.0