NAME
rtconsole - RT text client console
VERSION
version 0.1
USAGE
rtconsole [options]
OPTIONS
Options can be set --like=this, --like this, or -l this
- --server server_name
-
Specify the RT server
- --user user_name
-
Specify the user to connect to the server
- --pass password
-
Specify the password to connect to the server
- --config-file filename
-
Specify the config file to read. Default $HOME/.rtconsolerc
- --generate-config
-
Generates the config file
- --help
-
Print this help
- --version
-
Print the program name and version, then exit
- --debug
-
Outputs errors and debug messages on STDERR. enable this to see what's going wrong. I recommend redirecting STDERR to a temp file to avoid breaking the display
DESCRIPTION
rtconsole is a text client to RT using ncurses.
FILES
The config file $HOME/.rtconsolerc (see the --config-file option) can be use to set options. The format is .ini file style. Here is an example with all possible keys/values for now :
[connection]
server=rt.cpan.org
user=dams
pass=my_password
For now there is only one section cannled Connection. More will be added in the next versions of this software.
You can generate the config file by using --generate-config. It'll be saved at the location sp--config-file, or ad the default location
AUTHOR
Damien "dams" Krotkine (DAMS@CPAN.org)
BUGS
There are undoubtedly serious bugs lurking somewhere in this code. Bug reports and other feedback are most welcome.
COPYRIGHT
Copyright (c) 2007, Damien Krotkine. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of Perl itself