Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Or build from source:
git clone https://github.com/perandre/snippy.git
cd snippy
bash build.sh
cp -r .build/app/Snippy.app /Applications/
```

`build.sh` builds a release binary and installs it to `/Applications/Snippy.app` automatically.

Requires macOS 14+ and Xcode Command Line Tools.

## Usage
Expand All @@ -29,7 +30,8 @@ Requires macOS 14+ and Xcode Command Line Tools.
| `Up/Down` | Navigate snippets |
| `Enter` | Copy selected to clipboard |
| `Esc` | Dismiss window |
| `Cmd+Q` | Quit |

To quit Snippy, right-click the menu bar icon and choose Quit.

### Adding snippets

Expand Down