NAME
Ijirait - a MUSH client for Ijirait
DESCRIPTION
This is a command-line client for Ijirait, a Gemini-based MUSH that can be run by Phoebe. See App::Phoebe::Ijirait.
First, generate your client certificate for as many or as few days as you like:
openssl req -new -x509 -newkey ec -subj "/CN=Alex" \
  -pkeyopt ec_paramgen_curve:prime256v1 -days 100 \
  -nodes -out cert.pem -keyout key.pem
Then start this program to play:
ijirait --cert=cert.pem --key=key.pem \
  --url=gemini://campaignwiki.org/play/ijirait
You can also use it to stream, i.e. get notified of events in real time:
ijirait --cert=cert.pem --key=key.pem --stream \
  --url=gemini://campaignwiki.org/play/ijirait/stream
Here are the Debian package names to satisfy the dependencies. Use cpan or cpanm to install them.
- Modern::Perl from 
libmodern-perl-perl - Mojo::IOLoop from 
libmojolicious-perl - Term::ReadLine::Gnu from 
libterm-readline-gnu-perl - URI::Escape from 
liburi-escape-xs-perl - Encode::Locale from 
libencode-locale-perl - Text::Wrapper from 
libtext-wrapper-perl