mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-07 03:55:23 +00:00
docs: add shell autocompletion GIF to the README
This commit is contained in:
parent
b1309af25f
commit
21fb3cb53c
11
README.md
11
README.md
@ -19,6 +19,8 @@
|
|||||||
It lets you quickly search through any kind of data source (files, git repositories, environment variables, docker
|
It lets you quickly search through any kind of data source (files, git repositories, environment variables, docker
|
||||||
images, you name it) using a fuzzy matching algorithm and is designed to be easily extensible.
|
images, you name it) using a fuzzy matching algorithm and is designed to be easily extensible.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
It is inspired by the neovim [telescope](https://github.com/nvim-telescope/telescope.nvim) plugin and leverages [tokio](https://github.com/tokio-rs/tokio) and the *nucleo* matcher used by the [helix](https://github.com/helix-editor/helix) editor to ensure optimal performance.
|
It is inspired by the neovim [telescope](https://github.com/nvim-telescope/telescope.nvim) plugin and leverages [tokio](https://github.com/tokio-rs/tokio) and the *nucleo* matcher used by the [helix](https://github.com/helix-editor/helix) editor to ensure optimal performance.
|
||||||
|
|
||||||
@ -69,11 +71,10 @@ fd -t f . | tv --preview 'bat -n --color=always {0}'
|
|||||||
```
|
```
|
||||||
*For more information on the different channels, see the [channels](./docs/channels.md) documentation.*
|
*For more information on the different channels, see the [channels](./docs/channels.md) documentation.*
|
||||||
|
|
||||||
Television can also integrate with your shell to provide autocompletion based on the commands you start typing. See [Shell Autocompletion](https://github.com/alexpasmantier/television/wiki/Shell-Autocompletion).
|
> [!TIP]
|
||||||
|
> 🐚 *Television provides smart autocompletion based on the commands you start typing out of the box.*
|
||||||
|
>
|
||||||
|
> *Take a look at [this page](https://github.com/alexpasmantier/television/wiki/Shell-Autocompletion) for how to set it up for your shell.*
|
||||||
https://github.com/user-attachments/assets/395f17f6-14b9-4015-a50a-648259d9f253
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user