From cc4f475ac8fe21956aaa36eaf600cdd8afe5c91b Mon Sep 17 00:00:00 2001 From: Mehran Poursadeghi Date: Wed, 22 May 2024 08:18:57 +0330 Subject: [PATCH] Update README docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e93170c..75788df 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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