From d330281b5910a1d72394fb843f04c13ca81a88b6 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Fri, 18 Jun 2021 14:05:56 +0400 Subject: [PATCH] Update readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 0a4d5ec..b133b14 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,22 @@ If you have the following snippets, the `terminal` icon will be displayed in rof ``` ![icons](img/icons.png) + +### Cli + +```bash +# snippy -h + +Usage: + /usr/bin/snippy [OPTION] ACTION + Snippy snippets manager +Options + -h, --help Show help +Actions + gui Browse snippet and paste it in the focused window (default) + cli list snippet in cli mode, only copy snippet in the paste buffer + edit Browse snippet and edit it + add Add a new snippet + list list snippet + cat list category +```