Skip to content
/ pyrc Public

Wrapper around irssi, screen, and tmux for the ocf users

Notifications You must be signed in to change notification settings

naderm/pyrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Pyrc

A simple, one file script to wrap around a virtual terminal and an irc client for easy irc session management.

Usage

Starting or reconnecting to a session is as simple as:

$ pyrc

You can configure the default virtual terminal and irc client by using the -e and -i flags.

For more information, see the help flag:

$ pyrc -h
Usage: pyrc [options]

Options:
  -h, --help            show this help message and exit
  -s, --start           Just start the irc client, don't connect to it
  -c, --connect         Don't start the irc client, only connect to it if
                        possible
  -e EMU, --emu=EMU     terminal emulator to use: screen, tmux [default:
                        tmux]
  -i IRC, --irc=IRC     irc client to use: irssi [default: irssi]
  -n SESSION, --session=SESSION
                        name to give to terminal emulator session

Dependencies

Currently supports screen and tmux for the virtual terminal and irssi for the client. Simply having irssi and either screen or tmux installed and in $PATH is enough.

About

Wrapper around irssi, screen, and tmux for the ocf users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages