alacritty/alacritty_terminal
Christian Duerr a954e076ca
Add regex terminal hints
This adds support for hints, which allow opening parts of the visual
buffer with external programs if they match a certain regex.

This is done using a visual overlay triggered on a specified key
binding, which then instructs the user which keys they need to press to
pass the text to the application.

In the future it should be possible to supply some built-in actions for
Copy/Pasting the action and using this to launch text when clicking on
it with the mouse. But the current implementation should already be
useful as-is.

Fixes #2792.
Fixes #2536.
2021-03-01 19:50:39 +00:00
..
src Add regex terminal hints 2021-03-01 19:50:39 +00:00
tests Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
Cargo.toml Bump base64 to 0.13.0 2021-02-24 17:52:35 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00