Skip to content

Commit

Permalink
Update README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehran-prs authored May 22, 2024
1 parent 08e04a2 commit cc4f475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Snip is a simple and minimal command-line snippet manager.
- Run `snip {snippet_name}` to view a snippet.
- If you've
enabled [`fzf` shell integration](https://github.com/junegunn/fzf?tab=readme-ov-file#setting-up-shell-integration) in
you `zsh` shell, you can find snippets by fuzzy completion. e.g., type `snip **` and pres tab.
you `zsh` shell, you can find snippets by fuzzy completion. e.g., type `snip **` and press tab.

![snip view snippets](docs/images/snip-view.gif)

Expand Down Expand Up @@ -98,12 +98,12 @@ Add the following line to your shell configuration file.

* bash
```sh
# Set up snip regular and fuzzy completion
# Set up snip completion
source <(snip completion bash)
```
* zsh
```sh
# Set up snip regular and fuzzy completion
# Set up snip completion (including fuzzy completion)
source <(snip completion zsh)
```
* fish
Expand Down

0 comments on commit cc4f475

Please sign in to comment.