aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added two new scripts, transformer and gotifyHEADmasterterminaldweller2023-09-062-0/+204
|
* removed the fork, the script is no longer dog slowterminaldweller2023-09-061-0/+213
|
* added a new script server_status.plterminaldweller2023-09-041-0/+32
|
* added a trivia scriptterminaldweller2023-08-221-0/+41
|
* a fix for the dead channelsterminaldweller2023-08-031-4/+15
|
* added a dead channel mode. accepts a list. will not send anything by ↵terminaldweller2023-08-031-2/+24
| | | | disabling the enter key.
* added two prompts(status bar items) that kinda work more like vim prompts ↵terminaldweller2023-08-031-3/+157
| | | | now, changing color on mode change)
* updateterminaldweller2023-07-161-0/+40
|
* updateterminaldweller2023-07-151-10/+34
|
* updateterminaldweller2023-07-141-0/+36
|
* this change makes it so sb_position's statusbar item updates correctly with ↵terminaldweller2023-05-221-4/+10
| | | | vim_mode
* made it work differentlyterminaldweller2023-02-091-0/+135
|
* updateterminaldweller2023-01-261-1/+1
|
* exclusing some channels from loggingterminaldweller2022-07-191-1/+1
|
* exclusing some channels from loggingterminaldweller2022-07-191-9/+13
|
* updateterminaldweller2022-05-061-2/+4
|
* added a very slightly modified irssi-loggerterminaldweller2022-05-011-0/+137
|
* added a modified version of hilite_urlterminaldweller2022-05-011-0/+44
|
* janky fixterminaldweller2022-04-271-3/+12
|
* Merge pull request #25 from hjan/masterTom Feist2016-08-251-3/+4
|\ | | | | Fix use of uninitialized value in rl_history_match checking
| * Fix use of uninitialized valuehjan2015-03-221-3/+4
| | | | | | | | | | | | | | When looking up search-matches, the $match variable may be used uninitialized. A simple check before the use avoids that. Signed-off-by: hjan <hoeppner.jan@xurv.org>
* | add note to readme about possible stale filesTom Feist2016-08-251-0/+7
| | | | | | mention that this is only semi-maintained by me anymore and that some scripts might be out-of-date, especially the `fixery/` ones that were originally written by someone else.
* | Delete obsolete version of adv_windowlistTom Feist2016-08-251-2564/+0
|/ | | | removed since it's way out of date. Newer versions can be found at https://scripts.irssi.org/scripts/adv_windowlist.pl
* oops, escape the var in the documentation. Promise self to actually test ↵Tom Feist2012-08-061-1/+1
| | | | before releasing.
* apply uberprompt_empty / uberprompt_trim_data patch from "meh."Tom Feist2012-08-061-8/+51
| | | | | | | <meh@paranoici.org>, and add (minimal) documentation about it. Not rigorously tested, bug reports welcomed (hopefully acted on faster than the ~2 months it took to get aroudn to applying this patch :p)
* added a new boolean setting `uberprompt_restore_on_exit` which determinesTom Feist2012-08-061-3/+7
| | | | | whether it should run the code that removes the uberprompt statusbar, and resets the 'prompt' one. This is probalby only useful if you disable autostart as well.
* clean up a bit of the content/style of doc patch by rking.Tom Feist2012-04-281-18/+20
|
* Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2012-04-281-0/+31
|\
| * Merge pull request #21 from ryanjosephking/masterTom Feist2012-04-281-0/+31
| |\ | | | | | | Add tip about Alt+_ window switching.
| | * Add tip about Alt+_ window switching.rking2012-04-131-0/+31
| | | | | | | | | | | | | | | | | | | | | - Paragraph about how it is better to use Alt+[0-9qwertyuio] than Esc+[0-9qwertyuio] - How to fix metaSendsEscape for xterm.
* | | Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2012-04-131-0/+15
|\| |
| * | vim-mode: Document screen/tmux esc timeout issues and fix.Simon Ruderich2012-04-131-0/+15
| |/
* / added scriptinfo template stub, but with some naming stuff pasted in for ↵Tom Feist2012-02-201-0/+166
|/ | | | safekeeping
* Merge branch 'richoH-dev', remote-tracking branch 'origin/richoH-dev'Tom Feist2012-02-033-1/+553
|\
| * Merge branch 'master' into richoH-devrichoH-devricho2011-09-231-89/+167
| |\
| * | TODO notesricho2011-09-211-0/+4
| | |
| * | Staging a few ideas on this slow shutdown issuericho2011-09-211-1/+2
| | |
| * | Merge branch 'master' into richoH-devricho2011-09-218-16/+145
| |\ \
| * \ \ Merge branch 'master' into richoH-devricho2011-07-18165-36816/+10982
| |\ \ \
| * | | | Added goodnicks from richoH/richos-irssiricho2011-07-181-0/+321
| | | | |
| * | | | (no commit message)Rich Healey2011-01-071-0/+2
| | | | |
| * | | | Merged changes from masterjoin_password_channelsRich Healey2011-01-061-0/+224
| | | | | | | | | | | | | | | | | | | | Shabble, you can now unmerge them if you want.
* | | | | fixerying grep, trying ot introduce colouring of matches. Some initial work ↵Tom Feist2012-02-032-13/+104
| | | | | | | | | | | | | | | | | | | | on adv_windowlist to support /window goto shortcuts as well
* | | | | bump vim_mode version number to 1.1.0 ready for tagging.vim_mode_1.1Tom Feist2012-02-031-2/+2
| | | | |
* | | | | mostly refixified grep.pl: building regex in different wayTom Feist2012-02-021-40/+102
| | | | |
* | | | | added grep.pl to fixery prior to adding some in-app help.Tom Feist2012-02-021-0/+82
| | | | |
* | | | | vim_mode: change vim_mode_esc_buf_timeout setting to be of type TIME. DefaultTom Feist2012-02-021-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remains at 10ms. TODO: people who have customised this already may experience Weird Thiiiings(tm). Test.
* | | | | added clean adv_windowlist prior to adding custom channel hilightsTom Feist2011-12-301-0/+2477
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'Tom Feist2011-12-023-0/+340
|\ \ \ \ \
| * | | | | Add trackbar with extra goto command, as I couldn't get in touch withricho2011-10-142-0/+204
| | | | | | | | | | | | | | | | | | | | | | | | the original author to contribute