Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | feature-tests: looking at ways to read from a DATA fh, and redirect normal | Tom Feist | 2011-01-01 | 2 | -0/+62 | |
| | | | | | | | | command output so it can be parsed. | |||||
* | | docs/General/Internals: start of some documentation of the internals of how | Tom Feist | 2011-01-01 | 1 | -0/+48 | |
| | | | | | | | | irssi works. Beginning with the display subsystem. | |||||
* | | feature_tests/easy_exec: further futile efforts to make a /script exec that | Tom Feist | 2011-01-01 | 1 | -4/+19 | |
| | | | | | | | | exposes all the Irssi exportables into the temp namespace. | |||||
* | | ido-mode/ido_switcher: added help binding (C-h) since there were getting to ↵ | Tom Feist | 2011-01-01 | 1 | -1/+47 | |
| | | | | | | | | | | | | | | | | be a lot of features. TODO: get it displaying better - centered, maybe? | |||||
* | | key_test: dumped some key-processing code in there I plan to look at later. | Tom Feist | 2011-01-01 | 1 | -0/+19 | |
| | | ||||||
* | | module_test: The tiny beginnings of an irssi loadable-module (not script) for | Tom Feist | 2011-01-01 | 9 | -0/+566 | |
|/ | | | | | | | | educational and internals poking purposes. Hopefully one day it might grow up to be a real binary! See README for details on the code I "borrowed" from ahf. I hope I attributed it all ok :) | |||||
* | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev | Tom Feist | 2011-01-01 | 1 | -0/+4 | |
|\ | ||||||
| * | vim_mode: Document cmdchars is not used for mappings. | Simon Ruderich | 2010-11-29 | 1 | -0/+4 | |
| | | | | | | | | Suggested by peth, thanks. | |||||
* | | Uses the channel add [] infracstructure as a datastore.richoH-master | richo | 2011-01-01 | 1 | -6/+42 | |
| | | ||||||
* | | uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness. | Tom Feist | 2010-12-31 | 1 | -0/+2 | |
| | | ||||||
* | | auto_server: oops, 'setup changed' signal was calling the wrong thing. | Tom Feist | 2010-12-31 | 1 | -1/+1 | |
| | | ||||||
* | | auto_server: bugfix: forgot to remove pending items from queue after joining ↵ | Tom Feist | 2010-12-31 | 1 | -0/+20 | |
| | | | | | | | | the channel | |||||
* | | auto_server: initial commit - script to handle connecting to various servers | Tom Feist | 2010-12-31 | 1 | -0/+152 | |
| | | | | | | | | behind the scenes, based on a channel -> server mapping setting. | |||||
* | | ido_switch: bugfix: visiting active items removes them from the active list. | Tom Feist | 2010-12-31 | 1 | -7/+9 | |
| | | ||||||
* | | ido_switch: more doc and comment fixes | Tom Feist | 2010-12-30 | 1 | -8/+20 | |
| | | ||||||
* | | ido_switch: added a bit more documentation on the various bindings. | Tom Feist | 2010-12-30 | 1 | -2/+38 | |
| | | ||||||
* | | ido_switch: general refactor of code for more DRY. Beginning of full listing | Tom Feist | 2010-12-30 | 1 | -284/+471 | |
| | | | | | | | | available with <tab>. | |||||
* | | ido_switch: create hilight for numbers, and fix bugs with regex match ↵ | Tom Feist | 2010-12-27 | 1 | -11/+19 | |
| | | | | | | | | implementation | |||||
* | | ido_switch: bugfix for match hilighting, more indicator options, general ↵ | Tom Feist | 2010-12-25 | 1 | -42/+51 | |
| | | | | | | | | comment cleanup | |||||
* | | ido_switch: fix to only allow numbers that are prefixes. | Tom Feist | 2010-12-23 | 1 | -1/+1 | |
| | | ||||||
* | | ido_switch: searching by number now shows all items having that number as a ↵ | Tom Feist | 2010-12-23 | 1 | -6/+3 | |
| | | | | | | | | prefix. | |||||
* | | ido_switch: hilight individual parts of names that correspond to the search | Tom Feist | 2010-12-23 | 1 | -16/+69 | |
| | | | | | | | | string. Not currently functional for regex only (C-f) searches. | |||||
* | | ido_switch: make flex matching behave better, and generally clean up the | Tom Feist | 2010-12-22 | 1 | -23/+50 | |
| | | | | | | | | debugging fluff. Should be ready to integrate match index-based colouriing soon. | |||||
* | | history-search/rl_history_search: fix to make sure init() is called after | Tom Feist | 2010-12-13 | 1 | -3/+10 | |
| | | | | | | | | attempting to load uberprompt (or not) appropriately. | |||||
* | | ido_switch: only use levelclear when necessary (after something has been ↵ | Tom Feist | 2010-12-13 | 1 | -0/+3 | |
| | | | | | | | | printed) | |||||
* | | ido_switch: SPC jumps to window without exiting mode, RET no longer sends | Tom Feist | 2010-12-12 | 1 | -2/+12 | |
| | | | | | | | | inputline to server | |||||
* | | ido_switch: C-e toggles selection of only active windows | Tom Feist | 2010-12-11 | 1 | -4/+35 | |
| | | ||||||
* | | ido_switch: support for numerical selection of windows | Tom Feist | 2010-12-11 | 1 | -1/+4 | |
| | | ||||||
* | | ido_switch: flex_match is now case-insensitive | Tom Feist | 2010-12-11 | 1 | -3/+6 | |
| | | ||||||
* | | tab displays full list in window, select/cancel clears it. | Tom Feist | 2010-12-11 | 1 | -36/+81 | |
| | | ||||||
* | | ido_switcher: implemented the bulk of the script. Tag specific and | Tom Feist | 2010-12-10 | 1 | -53/+118 | |
| | | | | | | | | tab-completion still todo. | |||||
* | | test commit | Tom Feist | 2010-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | easy_exec: add author info block, Dump() function to call Data::Dumper | Tom Feist | 2010-12-04 | 1 | -4/+14 | |
| | | ||||||
* | | template: update template with personal details, add additional imports | Tom Feist | 2010-12-04 | 1 | -2/+6 | |
| | | ||||||
* | | easy_exec: override /script exec with a function to export all of the Irssi:: | Tom Feist | 2010-12-04 | 1 | -0/+25 | |
| | | | | | | | | namespace functions for ease of testing. | |||||
* | | uberprompt: have the debug_prompt_changed handler added/removed appropriately | Tom Feist | 2010-12-04 | 1 | -4/+7 | |
| | | | | | | | | when toggling the _debug flag. | |||||
* | | ido_switcher: some progress, ported most of the modal functionality from | Tom Feist | 2010-12-04 | 1 | -70/+146 | |
| | | | | | | | | | | rl_history_search. Needs more work on the actual switching and window name determination front. | |||||
* | | ido_switcher: start of a new window switching mode based around emacs ido-mode | Tom Feist | 2010-12-04 | 1 | -0/+271 | |
| | | ||||||
* | | sb_position: oops, switch back to default sbar view | Tom Feist | 2010-12-02 | 1 | -2/+2 | |
| | | ||||||
* | | sb_position: fix incorrect percent showing at beginning and end of buffer. | Tom Feist | 2010-12-02 | 1 | -16/+17 | |
| | | ||||||
* | | sb_position: account for empty_linecount to fix incorrect position on /clear, | Tom Feist | 2010-12-02 | 1 | -6/+16 | |
| | | | | | | | | add use TextUI. | |||||
* | | sb_position: /sb commands now work and cause the update as expected | Tom Feist | 2010-12-02 | 1 | -2/+9 | |
| | | ||||||
* | | sb_position: moved register and sig code into init(), weird hacky bugfix for ↵ | Tom Feist | 2010-12-02 | 1 | -11/+15 | |
| | | | | | | | | FS#242 | |||||
* | | sb_position: added a (presumably) working version of rudi_s' scrollback ↵ | Tom Feist | 2010-12-02 | 1 | -0/+90 | |
| | | | | | | | | position script. | |||||
* | | Revert "vim_mode: prototype of partial ex bindings" | Tom Feist | 2010-12-01 | 1 | -31/+4 | |
| | | | | | | | | | | | | | | This reverts commit 611532140494a2b281d699bf8897ac344257e782. remove partial ex bindings from master until they're more stable. moved to remote branch map-enhance | |||||
* | | docs: recommitting due to revert confusion | Tom Feist | 2010-12-01 | 2 | -4/+2 | |
| | | ||||||
* | | vim_mode: prototype of partial ex bindingsmap-enhance | Tom Feist | 2010-12-01 | 1 | -4/+31 | |
| | | | | | | | | | | | | map with :map <keys> #<cmd> Invoking the mapped keys will insert <cmd> into the ex buffer, and leave it active for you to add further arguments. | |||||
* | | docs: clarify signal_remove cannot be applied to coderef handlers. | Tom Feist | 2010-12-01 | 2 | -2/+4 | |
|/ | ||||||
* | docs: updated buildpod script to save to new tmp locationvim_mode_1.0 | Tom Feist | 2010-11-26 | 1 | -1/+1 | |
| | ||||||
* | uberprompt: squash an uninitalised warning in $cumode checking | Tom Feist | 2010-11-24 | 1 | -2/+3 | |
| |