Irssi
From ThorxWiki
(Difference between revisions)
(+other resources) |
m |
||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
== Themes == |
== Themes == |
||
− | * [[Tumbleweed]]. It's what I call my personal theme to anything really, and perhaps deserves it's own page on this wiki one day. The irssi theme uses unicode characters to reduce verbosity. (eg: ⇉ and ∈ for joins, ⇇ and ∉ for parts, ☠ for quits, ± for mode changes... ) |
+ | ;Tumbleweed |
+ | :It's what I call my personal theme to anything really, and perhaps deserves it's own page on this wiki one day. The irssi theme uses unicode characters to reduce verbosity. (eg: ⇉ and ∈ for joins, ⇇ and ∉ for parts, ☠ for quits, ± for mode changes... ) |
||
== Scripts == |
== Scripts == |
||
− | * antisboops - just this one so far. It's an update of rasher's "antisboops'. That is - anti scrollback oops - which prevents you from submitting to a window if you're reviewing the scrollbar. Ignores any / command, and also can be overruled by a double-tap on the enter key. |
+ | ;antisboops |
− | :My addition adds a statusbar item to indicate the scrollback ("page upped" :) status. |
+ | :This script was originally by rasher. "anti scrollback oops" prevents you from submitting to a window if you're reviewing the window history. "/" commands aren't blocked, and regular chat can also can be overruled by a double-tap on the enter key. |
+ | |||
+ | :My addition adds a statusbar item to indicate the scrollback ("page upped" :) status. |
||
+ | |||
+ | :Future idealism is that it could grow to replace the built-in "more" as well. |
||
== Misc == |
== Misc == |
||
− | * I set more = "%5%W⇟%n"; |
+ | * <tt>more = "%5%W⇟%n";</tt> |
== Those toys, where does he get those wonderful toys? == |
== Those toys, where does he get those wonderful toys? == |
||
''well, don't just stand there. '''GO ASK HIM!''''' |
''well, don't just stand there. '''GO ASK HIM!''''' |
||
− | * http://wiki.thorx.net/pub/irssi/ <-- click there for themes and scripts =) |
+ | * http://pub.thorx.net/irssi/ <-- click there for themes and scripts =) |
== Other resources == |
== Other resources == |
Latest revision as of 15:03, 4 May 2012
Turns out I've been known (at time of writing, largely to myself only) to poke at irssi. This page has info about that.
[edit] Themes
- Tumbleweed
- It's what I call my personal theme to anything really, and perhaps deserves it's own page on this wiki one day. The irssi theme uses unicode characters to reduce verbosity. (eg: ⇉ and ∈ for joins, ⇇ and ∉ for parts, ☠ for quits, ± for mode changes... )
[edit] Scripts
- antisboops
- This script was originally by rasher. "anti scrollback oops" prevents you from submitting to a window if you're reviewing the window history. "/" commands aren't blocked, and regular chat can also can be overruled by a double-tap on the enter key.
- My addition adds a statusbar item to indicate the scrollback ("page upped" :) status.
- Future idealism is that it could grow to replace the built-in "more" as well.
[edit] Misc
- more = "%5%W⇟%n";
[edit] Those toys, where does he get those wonderful toys?
well, don't just stand there. GO ASK HIM!
- http://pub.thorx.net/irssi/ <-- click there for themes and scripts =)
[edit] Other resources
- Zigdon has helped me out: https://github.com/zigdon/Zigdon/tree/master/irssi
- Irssi scripts: http://scripts.irssi.org/
- Irssi signal documentation: https://github.com/shabble/irssi-docs/wiki/Signals