Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mehran-prs/snip
Browse files Browse the repository at this point in the history
  • Loading branch information
mehran-prs committed Jul 15, 2024
2 parents e56a4d2 + cc4f475 commit c4e0a55
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 c4e0a55

Please sign in to comment.