Update choose files docs

This commit is contained in:
Kovid Goyal
2025-12-24 09:17:24 +05:30
parent 44efa30679
commit df32684afd
4 changed files with 29 additions and 1 deletions

View File

@@ -9,6 +9,21 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
Recent major new features
---------------------------
Choose files, fast [0.45]
~~~~~~~~~~~~~~~~~~~~~~~~~~~
A new :doc:`kitten to select files at the speed of thought
</kittens/choose-files>` with a keyboard first interface and support for
content previews of text file with syntax highlighting, images, videos, e-books
and more. Allows you to select files for use at the shell prompt or other
terminal workflows with just a few keystrokes, similar to how fuzzy finders
like `fzf <https://github.com/junegunn/fzf/>`__ operate, but with designed for
files in particular.
On Linux it can even be used as a :doc:`drop in replacement </kittens/desktop-ui>`
for the File Open/Save dialog boxes in GUI replacements.
Sessions [0.43]
~~~~~~~~~~~~~~~~
@@ -137,7 +152,7 @@ Detailed list of changes
0.45.0 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- A new :doc:`kitten to select files at the speed of light </kittens/choose-files>` with a keyboard firs tinterface and support for content previews of text file with syntax highlighting, images, videos, e-books and more (:iss:`9263`)
- A new :doc:`kitten to select files at the speed of thought </kittens/choose-files>` with a keyboard first interface and support for content previews of text file with syntax highlighting, images, videos, e-books and more (:iss:`9263`)
- Add support for the `paste events protocol <https://rockorager.dev/misc/bracketed-paste-mime/>`__ (:iss:`9183`)