Skip to content

Commit 974b656

Browse files
committed
chore: update more info and fix md issue
1 parent ae29bef commit 974b656

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,28 @@
44
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/y3owk1n/fish-x/ci.yml)
55
![GitHub License](https://img.shields.io/github/license/y3owk1n/fish-fzf)
66

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.
88

99
- `_fzf_cmd_history` - Command history search with fzf.
1010
- `_fzf_directory_picker` - Directory picker with fzf.
1111
- `_fzf_file_picker` - File picker with fzf.
1212

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+
1319
## Installation
1420

1521
First, install a proper version of these CLI dependencies:
1622

1723
| CLI | Description |
1824
| -------- | --------------------------------------- |
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 |
2329

2430
### Using Nix's Home Manager (Recommended)
2531

0 commit comments

Comments
 (0)