aboutsummaryrefslogtreecommitdiff
path: root/url-picker
Commit message (Collapse)AuthorAge
* Rename the extension to reselect.Anton Khirnov2021-06-02
| | | | | url-picker is no longer appropriate as other patterns beside URLs will be supported.
* Call build_overlays in a more idiomatic way.Anton Khirnov2021-06-02
|
* Factor out building the overlays.Anton Khirnov2021-06-02
|
* Factor out finding matches.Anton Khirnov2021-06-02
|
* Reformat to 4 space-indent.Anton Khirnov2021-06-02
|
* Better name for the url regex.Anton Khirnov2021-06-02
|
* Add launchsingle optionDaniel Lublin2019-02-04
|
* Update name of launcher resource as of urxvt 9.16Daniel Lublin2019-01-31
|
* Update URL regex from matcher extensionDaniel Lublin2019-01-31
|
* Exit also on qDaniel Lublin2019-01-31
|
* Remove any msg on keypressDaniel Lublin2019-01-31
|
* Added support for reversing the order of numbered labels, so that the last ↵Sterling Camden2011-09-03
| | | | link is always "1". Enable by setting resource "URxvt.url-picker.order" to "descending".
* Fix wrapped URLsSterling Camden2011-07-03
|
* Use $term->view_start instead of on_view_changeSterling Camden2010-12-19
|
* Correct scrollback offset when new text is added.Sterling Camden2010-12-16
|
* Remove debugging messageSterling Camden2010-11-26
|
* Add ability to override colors.Sterling Camden2010-11-24
|
* Correct search and labeling of URLs in visible scrollback region.Sterling Camden2010-11-24
|
* Restrict URL search to marked selection, if there is one.Sterling Camden2010-11-24
|
* Display status message containing URL for five seconds when launching.Sterling Camden2010-11-24
|
* changed numeric iteration while to a forChad Perrin2010-09-12
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* between two and three space indents, picked two to standardizeChad Perrin2010-09-11
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* regularized whitespace around conditional parenthesesChad Perrin2010-09-11
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* tucked else between bracesChad Perrin2010-09-11
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* replaced tabs with spacesChad Perrin2010-09-11
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* moved a brace for consistent brace placementChad Perrin2010-09-11
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* More formatting for 80 columns.Sterling Camden2010-09-11
|
* Insure keystrokes simulated by browser do not get caught by url-picker.Sterling Camden2010-09-11
|
* made some formatting changes to get lines of code to fit within 80 charactersChad Perrin2010-09-11
| | | | | | | -- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
* Correct text for rows that wrap.Sterling Camden2010-09-10
|
* Initial version.Sterling Camden2010-09-10