aboutsummaryrefslogtreecommitdiffstats
path: root/history-search (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TODO: repro & fix bug indicated in comment.Tom Feist2011-11-251-1/+2
|
* rl_history_search: added use warnings, and made load_uberprompt_failed() receiveTom Feist2011-05-251-5/+9
| | | | the correct arguments regardless of caller and print the failing script.
* rl_history_search: bugfix in uberprompt autoloading code - signal_removeTom Feist2011-05-251-2/+2
| | | | attempting to remove a nonexistent handler. Thanks to Zed.
* finally fixed link to point at coekies repo.Tom Feist2011-04-222-4/+6
|
* history-search/README: linkifying failed, fallin back to GH style linkage.Tom Feist2011-04-222-2/+2
|
* history-search/README: see if we can fix the link to coekies original ↵Tom Feist2011-04-222-2/+6
| | | | history_search
* history-search/README: fix list formatting and a POD formatting error.Tom Feist2011-04-222-21/+32
|
* protecting my newly podded docs against a rogue README generator.Tom Feist2011-04-181-73/+146
|
* trying out README's in pod now, to avoid the markdown pain.Tom Feist2011-04-181-0/+135
|
* rl_history_search: try to abstract the temporary split window concept so it canTom Feist2011-04-141-29/+53
| | | | be used for help display as well (and hoepfully, be used in other scripts too)
* rl_history_search: clarify copyright, bump version number and add more ↵Tom Feist2011-04-131-11/+17
| | | | things to TODO
* rl_history_search: added 'number select mode', accessible with C-f when theTom Feist2011-04-131-11/+71
| | | | | split list is displayed. Currently the numbers don't quite match up, but it appears to work.
* rl_history_search: intial search (no search string) now lets you cycle throughTom Feist2011-04-131-0/+1
| | | | all possible matches, rather than none.
* rl_history_search: make split ensure that selected item is always visible whenTom Feist2011-04-131-15/+73
| | | | nunber of matches > window size
* rl_history_search: make split info text boldTom Feist2011-04-131-1/+8
|
* rl_history_search: added bits of flex-matching from ido_switcher. PermanentlyTom Feist2011-04-091-7/+76
| | | | enabled so far, but soon to be optional/configurable.
* rl_history_search: added a new "view history" option, available by pressing tabTom Feist2011-04-091-18/+95
| | | | when completion is active.
* Bah. more fixing of script_is_loaded.Tom Feist2011-04-011-1/+1
|
* modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-011-8/+2
| | | | versions of perl get upset at defined(%hash).
* history-search/rl_history_search: fix to make sure init() is called afterTom Feist2010-12-131-3/+10
| | | | attempting to load uberprompt (or not) appropriately.
* bugfix: stop rl_history_search dumping core by spelling 'signal_remove' properlyTom Feist2010-11-171-1/+1
|
* rl_search_history: bump version numberTom Feist2010-11-051-1/+1
|
* make hist_search attempt to load uberprompt if it isn't already. If that fails,Tom Feist2010-11-041-3/+15
| | | | then die
* removed a defined-or which needs perl 5.10Tom Feist2010-10-131-1/+1
|
* updated history search to use a irssi setting 'histsearch_debug' to enableTom Feist2010-10-131-2/+13
| | | | debugging output.
* history search now uses colour to indicate matches/no-matchesTom Feist2010-10-111-2/+4
|
* modified rl_history_search to use uberprompt, and added INSTALL section toTom Feist2010-10-111-15/+27
| | | | header comments
* some stuff with colour popupsTom Feist2010-08-041-0/+1
|
* moved testing stuff to a signle dirTom Feist2010-07-244-587/+0
|
* moved prompt_info to its own subdirTom Feist2010-07-241-77/+0
|
* moved most tests to feature-tests/Tom Feist2010-07-248-540/+0
|
* updated script info to add my url and to change contact details to meTom Feist2010-07-241-3/+3
|
* added some notes to the rl_history_search script regarding the use of Ctrl-S ↵Tom Feist2010-07-241-1/+9
| | | | when flow control is enabled
* something confusing going on here, have I got nested repos?Tom Feist2010-07-249-0/+695
|
* misc stuffsTom Feist2010-07-243-48/+23
|
* additional docs about some Irssi:: core funcsTom Feist2010-07-232-2/+4
|
* added messagelevel docs to irssi.pod, more stuff in guide, and a little ↵Tom Feist2010-07-221-0/+2
| | | | script to dump .xs func definitions
* added some stuff to the guide, and cleaned up some irssi.pod function descsTom Feist2010-07-211-0/+1
|
* added history_search and scrolled-reminder as work in progressTom Feist2010-07-095-0/+757