Skip to content

mistakes-consortium/irssi_webif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

irssi_webif

web interface to control irssi (so you can irc from your phone)

super alpha, paths are still hard coded and shit

planned features:

  • authenticates directly against user running server process (no need to setup a username and password)
  • status bar
  • easy window switching
  • less ugly interface to irssi (i.e. not using external files)
  • integrated into one script that you load in irssi

setup

Change shit in webif_irssi.pl and webif_srv.pl to suit your needs, then:

$ cp webif_irssi.pl ~/.irssi/scripts/autorun

In Irssi:

/script load webif_irssi.pl

install Mojolicious:

$ curl get.mojolicio.us | sh

Start Mojolicious server thing:

perl webif_srv.pl daemon &

visit https://localhost:3000/

About

web interface to control irssi (so you can irc from your phone)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages