
rtconsole - RT text client console

version 0.1

rtconsole [options]

Options can be set --like=this, --like this, or -l this
Specify the RT server
Specify the user to connect to the server
Specify the password to connect to the server
Specify the config file to read. Default $HOME/.rtconsolerc
Generates the config file
Print this help
Print the program name and version, then exit
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

rtconsole is a text client to RT using ncurses.

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

Damien "dams" Krotkine (DAMS@CPAN.org)

There are undoubtedly serious bugs lurking somewhere in this code. Bug reports and other feedback are most welcome.

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