aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Only accept keys that can actually match an existing hint.HEADmasterAnton Khirnov2022-11-12
| | | | | | Not arbitrary keys from hintchars. Avoids unnecessary backspacing on typos.
* Mention command name in status message.Anton Khirnov2021-11-28
|
* Fix handling zero matches.Anton Khirnov2021-11-28
| | | | Don't try to compute log(0).
* Consistently refer to hints as hints.Anton Khirnov2021-11-28
| | | | Avoid introducing the term 'label'.
* Shift the hints so they don't obscure the match.Anton Khirnov2021-11-28
|
* Handle translating between colors internally.Anton Khirnov2021-11-28
| | | | | URXVT internal color indices, which are accepted by SET_COLOR are offset from the SGR color indices by 2.
* Generate fixed-length hints.Anton Khirnov2021-11-28
| | | | | Should be easier to type, as it not necessary to confirm them with Enter.
* Update comment.Anton Khirnov2021-11-27
|
* Do not assign a new hint to duplicate matches.Anton Khirnov2021-11-27
| | | | Reuse the same one for all of them.
* Rename variable to be more descriptive.Anton Khirnov2021-11-27
|
* Update README.Anton Khirnov2021-11-27
|
* Rename href to match.Anton Khirnov2021-11-02
| | | | This extension is no longer limited to just URLs.
* Drop search-in-selection feature.Anton Khirnov2021-11-02
| | | | It is not useful to me and just gets in the way.
* Add support for user-specified patterns in Xresources.Anton Khirnov2021-06-09
|
* Store the patterns in a hash.Anton Khirnov2021-06-09
| | | | More readable and easier to extend.
* Allow using Ctrl+c to abort selection.Anton Khirnov2021-06-08
|
* Use overlay rstyle for the overlay displaying typed text.Anton Khirnov2021-06-08
|
* Optimize hint characters for ease of reach.Anton Khirnov2021-06-08
|
* Fix typed-text overlay placement.Anton Khirnov2021-06-08
|
* Use hints composed of characters, not numbers.Anton Khirnov2021-06-08
| | | | Should be more convenient to type.
* Simplify code.Anton Khirnov2021-06-03
|
* Store the labels and the matches together in a hash.Anton Khirnov2021-06-03
|
* Add a simple email message-id match.Anton Khirnov2021-06-03
|
* Improve variable naming.Anton Khirnov2021-06-02
|
* More accurate prompt.Anton Khirnov2021-06-02
|
* Reindent after previous commit.Anton Khirnov2021-06-02
|
* Implement git commit hash matching.Anton Khirnov2021-06-02
|
* Improve the status message.Anton Khirnov2021-06-02
| | | | Add the extension name in status_msg(), do not hardcode it in each call.
* Put the matches into clipboard rather than launching them.Anton Khirnov2021-06-02
|
* 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
|
* Document escape alternativeDaniel Lublin2019-01-31
|
* 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
|
* Remove chipstips urlSterling Camden2014-04-26
|
* Update license to OWL 0.9Sterling Camden2011-11-19
|
* 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
|
* Add license fileSterling Camden2011-03-15
|
* 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
|