NAME
racknotes - A command line interface to Rackspace Email Notes.
SYNOPSIS
Options:
-h, --help display this help message
--add=subject add a new note, content is read from stdin
--append=noteid append the content of stdin to the note
-d, --delete=noteid delete the note
-l, --list lists id and subject of all notes
-s, --show=noteid show the contents of the note
OPTIONS
- -h|--help
-
Print a brief help message.
- add --subject=SUBJECT
-
Add a new note with the given subject. The contents of the note will be read from stdin.
- append --num=NUM
-
Append the content of stdin to the note.
- delete --num=NUM
-
Delete the note.
- list
-
List the id and subject of all the notes.
- show --num=NUM
-
Show the contents of the note.
DESCRIPTION
This program is a command line tool to interface with Rackspace Email Notes.