mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Fix #9679
This commit is contained in:
parent
83160c10c4
commit
77821f6321
1 changed files with 6 additions and 1 deletions
|
|
@ -46,10 +46,15 @@ chosen in a command line, use, for example::
|
|||
|
||||
some-command $(kitten choose-file)
|
||||
|
||||
Note, that the above may not work in a complicated pipeline as it performs
|
||||
Note that the above may not work in a complicated pipeline as it performs
|
||||
terminal I/O and needs exclusive access to the tty device while choosing a
|
||||
file.
|
||||
|
||||
.. note:: For content previews, this kitten uses some external programs. In
|
||||
particular `ffmpeg <https://www.ffmpeg.org/>`__ is needed for video
|
||||
previews and `calibre <https://calibre-ebook.com>`__ is needed
|
||||
for ebook metadata and cover preiews.
|
||||
|
||||
Creating shortcuts to favorite/frequently used directories
|
||||
------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue