23 lines
755 B
ReStructuredText
23 lines
755 B
ReStructuredText
Hints
|
|
==========
|
|
|
|
|kitty| has a *hints mode* to select and act on arbitrary text snippets currently
|
|
visible on the screen. For example, you can press |sc_kitten_hints|
|
|
to choose any URL visible on the screen and then open it using your system
|
|
browser.
|
|
|
|
.. image:: ../screenshots/hints_mode.png
|
|
:alt: URL hints mode
|
|
|
|
Similarly, you can press |sc_kitten_hints_type_path_program| to
|
|
select anything that looks like a path or filename and then insert it into the
|
|
terminal, very useful for picking files from the output of a ``git`` or ``ls`` command and
|
|
adding them to the command line for the next command.
|
|
|
|
The hints kitten is very powerful to see more detailed help on its various
|
|
options and modes of operation, use::
|
|
|
|
kitty +kitten hints --help
|
|
|
|
|