aboutsummaryrefslogtreecommitdiff
path: root/reselect
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
|
* 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.