Powered by
Movable Type 3.38 mod_perl/2

Web Dump Nei's Web Dump

Did you come here looking for Nei’s Web Dump — a few patches or Irssi scripts? adv_windowlist.pl? Irssi for Windows?

You can now find the content on http://anti.teamidiot.de/static/nei/*/ in a steamlined appearance. Something’s missing and you’re sure it was there earlier? Tell me about it!

Or are you maybe looking for some TLA/Arch repositories? ircu--ailin--2.10.12 or srvx--ailin--1.3? They're mirrored at the SuperMirror (Browser (slow)).

Sorry about that.


Comments (3)

Hello. I wonder how i get this toolbar on the left of the screen? I tryed to use adv-windows.pl, but it seems it's not that. or I need to configure it more?

Dear PPmarcel,

thanks for your interest in adv_windowlist. For the windowlist to be placed on the left side, you should first use the script adv_windowlist_headers_fifo.pl which you can find in the download area.

Next, if you want it to appear like in my screenshot, you need to use GNU screen with vertical split support. (Alternatively you could use a seperate window to contain the window list, which you would then be able to move around freely.)

Now make a vertical division of your GNU screen and arrange your irssi main window to be on the right.

Create a FIFO file mkfifo ~/.irssi/_windowlist and on the left side of your GNU screen start reading from it (cat ~/.irssi/_windowlist). You can also read the information about nicklist FIFO on the author's site.

Finally, type /set awl_automode fifo to enable the FIFO display of the window list.

If you want to have both nick list and window list, I recommend splitting your GNU screen twice (so you end up with one screen on the left, one in the middle and one on the right), then operate both nick- and window list in FIFO mode.

Enjoy!

das sieht nett aus, kannst du dazu mal ein tut schreiben damits auch einsteiger verstehen?