node.js based terminal user interface for the jsiid
irc client with vim-like
keybindings. Takes as first argument either servername:channelname
, channel id
or search string
.
- Install and configure jsiid
- Fetch dependencies:
$ npm update
$ cp jsiiConfig.js.example ~/.jsiiConfig.js
- Edit the configuration file
- Chat on irc by running jsii.js:
- $ jsii.js
servername:channelname
- open channelname on servername - $ jsii.js
42
- open favorite channel number 42 - $ jsii.js
foo
- search & open channel favorites matching foo, eg. "#foobar"
- $ jsii.js
Tip:
- Symlink
jsii.js
to$PATH/i
- Now you can run jsii just by doing eg.
i 42
- Now you can run jsii just by doing eg.
- Browsing through favorite channels is possible with
alt + h/l
oralt + 1-9