|
4 | 4 | 
|
5 | 5 | 
|
6 | 6 |
|
7 |
| -Welcom to `fish-fzf`, an unopinionated fzf functions for your Fish shell. Bind FZF to your workflow with ease in Fish. This plugin provides just the functions so you can map them into however you want to use it. |
| 7 | +Welcome to `fish-fzf`, an unopinionated fzf functions for your Fish shell. Bind FZF to your workflow with ease in Fish. This plugin provides just the functions so you can map them into however you want to use it. |
8 | 8 |
|
9 | 9 | - `_fzf_cmd_history` - Command history search with fzf.
|
10 | 10 | - `_fzf_directory_picker` - Directory picker with fzf.
|
11 | 11 | - `_fzf_file_picker` - File picker with fzf.
|
12 | 12 |
|
| 13 | +> I don't like to have unused keymaps that comes with most plugins. That's why `fish-fzf` exists. |
| 14 | +
|
| 15 | +## Roadmap |
| 16 | + |
| 17 | +- [ ] New function for live grep |
| 18 | + |
13 | 19 | ## Installation
|
14 | 20 |
|
15 | 21 | First, install a proper version of these CLI dependencies:
|
16 | 22 |
|
17 | 23 | | CLI | Description |
|
18 | 24 | | -------- | --------------------------------------- |
|
19 |
| -| [fish][https://fishshell.com/] | a modern shell | |
20 |
| -| [fzf][https://github.com/junegunn/fzf] | fuzzy finder that powers this plugin | |
21 |
| -| [fd][https://github.com/sharkdp/fd] | faster, colorized alternative to `find` | |
22 |
| -| [bat][https://github.com/sharkdp/bat] | smarter `cat` with syntax highlighting | |
| 25 | +| [fish](https://fishshell.com/) | a modern shell | |
| 26 | +| [fzf](https://github.com/junegunn/fzf) | fuzzy finder that powers this plugin | |
| 27 | +| [fd](https://github.com/sharkdp/fd) | faster, colorized alternative to `find` | |
| 28 | +| [bat](https://github.com/sharkdp/bat) | smarter `cat` with syntax highlighting | |
23 | 29 |
|
24 | 30 | ### Using Nix's Home Manager (Recommended)
|
25 | 31 |
|
|
0 commit comments