Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vim-mode/vim_mode: more doc updates about hooks and sbar items. | Tom Feist | 2011-04-22 | 2 | -37/+59 |
| | |||||
* | vim-mode/vim_mode: more documentation on how to use uberprompt hooks and | Tom Feist | 2011-04-22 | 2 | -2/+136 |
| | | | | expandos to get vim_mode sbar items or variables. | ||||
* | notifyquit: maybe implemented todo item re: keeping watchlist of channel | Tom Feist | 2011-04-22 | 1 | -5/+157 |
| | | | | occupants to minimise false-positive matches. Needs testing though. | ||||
* | vim-mode/vim_mode: added a new $vim_wins expando to be used instead of the | Tom Feist | 2011-04-22 | 1 | -16/+28 |
| | | | | vim_windows statusbar item if desired. | ||||
* | notifyquit: removed debug prints. | Tom Feist | 2011-04-21 | 1 | -5/+0 |
| | |||||
* | * quit-notify/README.pod: added documentation for notifyquit, and generated | Tom Feist | 2011-04-21 | 2 | -0/+182 |
| | | | | readme file. | ||||
* | notifyquit: added notifyquit_exceptions setting, which takes a space separated | Tom Feist | 2011-04-21 | 1 | -18/+80 |
| | | | | | | | | | | list of regular expressions in the form /regex/. If any of the regexen match, the message will be allowed to proceed without the confirmation step. Defaults are: /^https?/ /^ftp/ | ||||
* | uberprompt: added documentation for all the uberprompt settings, including the | Tom Feist | 2011-04-18 | 2 | -2/+110 |
| | | | | new uberprompt_*_hook commands. Updated Readme. | ||||
* | uberprompt: added uberprompt_load_hook and uberprompt_unload_hook settings which | Tom Feist | 2011-04-18 | 1 | -0/+33 |
| | | | | run user-specified commands during uberprompt startup and shutdown. | ||||
* | vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info as | Tom Feist | 2011-04-18 | 1 | -4/+20 |
| | | | | the vim_mode sbar item. Needs some cleanup though | ||||
* | uberprompt: minor cleanup of MSGLEVEL args. | Tom Feist | 2011-04-18 | 1 | -3/+3 |
| | |||||
* | uberprompt: rebuild docs AGAIN. :( | Tom Feist | 2011-04-18 | 2 | -221/+10 |
| | |||||
* | uberprompt: updated readme | Tom Feist | 2011-04-18 | 1 | -0/+214 |
| | |||||
* | moved older scripts out of prompt-info to ensure uberprompt readme is ↵ | Tom Feist | 2011-04-18 | 5 | -0/+1114 |
| | | | | correctly generated (2) | ||||
* | moved older scripts out of prompt-info to ensure uberprompt readme is ↵ | Tom Feist | 2011-04-18 | 6 | -1127/+26 |
| | | | | correctly generated | ||||
* | added uberprompt readme | Tom Feist | 2011-04-18 | 1 | -0/+221 |
| | |||||
* | uberprompt: converted header comments to POD | Tom Feist | 2011-04-18 | 1 | -171/+199 |
| | |||||
* | vim-mode/vim_mode: all bullet points finally fired. I hope. | Tom Feist | 2011-04-18 | 2 | -92/+176 |
| | |||||
* | vim-mode/vim_mode: more docs update. Grar. | Tom Feist | 2011-04-18 | 2 | -44/+16 |
| | |||||
* | vim-mode/vim_mode: updated docs (only partially, to see how it looks) | Tom Feist | 2011-04-18 | 2 | -75/+139 |
| | |||||
* | ido-mode: updated POD to try to stop the README from adding anchors everywhere. | Tom Feist | 2011-04-18 | 2 | -67/+153 |
| | |||||
* | updated a whole bunch of README files. | Tom Feist | 2011-04-18 | 6 | -4/+746 |
| | |||||
* | readme_generator: now producing POD output. | Tom Feist | 2011-04-18 | 1 | -11/+3 |
| | |||||
* | removed original markdown readmes | Tom Feist | 2011-04-18 | 2 | -467/+0 |
| | |||||
* | protecting my newly podded docs against a rogue README generator. | Tom Feist | 2011-04-18 | 3 | -93/+167 |
| | |||||
* | trying out README's in pod now, to avoid the markdown pain. | Tom Feist | 2011-04-18 | 1 | -0/+135 |
| | |||||
* | vim-mode/vim_mode: more changes to docs and generator. Starting to look almost | Tom Feist | 2011-04-18 | 3 | -177/+256 |
| | | | | readable now. | ||||
* | fixed readme_generator again to append to files, rather than trying to create | Tom Feist | 2011-04-18 | 1 | -6/+17 |
| | | | | | different ones for each script in a dir. Needs a way to force it to completely regen though, otherwise it'll just keep appending each tiem. | ||||
* | added vim-mode genereated readme | Tom Feist | 2011-04-18 | 1 | -0/+284 |
| | |||||
* | vim-mode/vim_mode: podified help | Tom Feist | 2011-04-18 | 1 | -244/+412 |
| | |||||
* | some minimalist pod. | Tom Feist | 2011-04-18 | 2 | -0/+28 |
| | |||||
* | readme: fixed generator to not stomp if multiple files in one dir. Doesn't | Tom Feist | 2011-04-18 | 2 | -28/+58 |
| | | | | auto-display though. Maybe need to generate an index? (But where to store it?) | ||||
* | ido-mode: final fixup. Stupidly missing =back in lists. | Tom Feist | 2011-04-18 | 2 | -24/+27 |
| | |||||
* | ido-mode: fix some pod bugs and regen the readme. | Tom Feist | 2011-04-18 | 2 | -40/+41 |
| | |||||
* | first generated README. | Tom Feist | 2011-04-18 | 1 | -0/+139 |
| | |||||
* | readme_generator: made it actually work. | Tom Feist | 2011-04-18 | 1 | -9/+13 |
| | |||||
* | ido-mode/ido_switcher: minor comment/ cleanup | Tom Feist | 2011-04-18 | 1 | -11/+11 |
| | |||||
* | readme_generator: script to generate README.md files for github to use. | Tom Feist | 2011-04-18 | 1 | -0/+61 |
| | |||||
* | converted comments to POD. I hope it's worth it. | Tom Feist | 2011-04-18 | 1 | -109/+184 |
| | |||||
* | ido-mode/ido_switcher: added options to /ido_start_switch to start in various | Tom Feist | 2011-04-18 | 1 | -28/+80 |
| | | | | modes. See top of file comments for details. | ||||
* | ido-mode/ido_switcher: remove an annoying debug print when switching ↵ | Tom Feist | 2011-04-18 | 1 | -1/+1 |
| | | | | channels/queries mode. | ||||
* | updated root README to mention some of the newer stuff. | Tom Feist | 2011-04-18 | 1 | -6/+13 |
| | |||||
* | undo: updates to kill-ring, implementing most of the basic functionality. | Tom Feist | 2011-04-18 | 1 | -2/+85 |
| | | | | | Unfortunately, it requires listening to every keystroke since there's no way to know ahead of time which keys will modify the cutbuffer. | ||||
* | undo: kill-ring.pl, an initial attempt at a script to keep track of changes in | Tom Feist | 2011-04-18 | 1 | -0/+46 |
| | | | | the cut-buffer, and allow you to cycle through them. Still WIP | ||||
* | undo.pl: new script which stores short-term history (ie: within one command), | Tom Feist | 2011-04-14 | 1 | -0/+134 |
| | | | | and allows you to undo with C-\. | ||||
* | rl_history_search: try to abstract the temporary split window concept so it can | Tom Feist | 2011-04-14 | 1 | -29/+53 |
| | | | | be used for help display as well (and hoepfully, be used in other scripts too) | ||||
* | template: update with MIT licence and bit more doc stubbing. | Tom Feist | 2011-04-14 | 1 | -3/+30 |
| | |||||
* | ido-mode/ido_switcher: cosmetic clean up some msglevel_* bits. | Tom Feist | 2011-04-14 | 1 | -3/+6 |
| | |||||
* | rl_history_search: clarify copyright, bump version number and add more ↵ | Tom Feist | 2011-04-13 | 1 | -11/+17 |
| | | | | things to TODO | ||||
* | rl_history_search: added 'number select mode', accessible with C-f when the | Tom Feist | 2011-04-13 | 1 | -11/+71 |
| | | | | | split list is displayed. Currently the numbers don't quite match up, but it appears to work. |