Net-Rackspace-Notes

A convenient command line interface to Rackspace Notes.

Usage: racknotes [OPTIONS]

  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 content of the note

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc racknotes


COPYRIGHT AND LICENCE

Copyright (C) 2010 Naveed Massjouni

This program is free software. You can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation.

See http://dev.perl.org/licenses/ for more information.