The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

--queues='1 12 54 23 84'

Specify the ids of the queues on the server. That's because for now we can't get the list of queues automatically.

--config-file filename

Specify the config file to read. Default $HOME/.rtconsolerc

--generate-config

Generates the config file

--version
--usage
--help

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

  [server]
  queues=1 2 42 12 3

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