Skip to content

Commit 3a76a75

Browse files
committed
docs: add app screenshots to README
1 parent 0bb2858 commit 3a76a75

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
ClipStack is a fast, local-first clipboard manager for Windows built with Tauri + React.
44
It gives you searchable clipboard history, pinning, cleanup controls, and quick paste workflows from a lightweight overlay UI.
55

6+
## Screenshots
7+
8+
| History | Snippets |
9+
| --- | --- |
10+
| ![ClipStack history view](images/01HomeUserInterface.png) | ![ClipStack snippets view](images/02SnippetsUserInterface.png) |
11+
| Settings | In use |
12+
| ![ClipStack settings view](images/03SettingsUserInterface.png) | ![ClipStack overlay over a working app](images/04UsingAppInNotepad.png) |
13+
614
## Features
715

8-
- Global shortcut overlay (`Ctrl` + `Shift` + `V`)
16+
- Global shortcut overlay (`Alt` + `V`)
917
- Clipboard history for text and images with local SQLite storage
1018
- Fuzzy search with grouping (Pinned, Today, Earlier) and duplicate counts
1119
- Content type chips with inline previews (URLs, email, file paths, code, images)
@@ -64,11 +72,11 @@ npm run tauri build
6472

6573
Generated installer output (default):
6674

67-
- `src-tauri/target/release/bundle/nsis/ClipStack_0.1.0_x64-setup.exe`
75+
- `src-tauri/target/release/bundle/nsis/ClipStack_<version>_x64-setup.exe`
6876

6977
## Keyboard Shortcuts
7078

71-
- `Ctrl + Shift + V` - Toggle ClipStack overlay
79+
- `Alt + V` - Toggle ClipStack overlay
7280
- `Arrow Up / Arrow Down` - Navigate items
7381
- `Enter` - Select item (copy/paste behavior follows settings)
7482
- `Delete` - Delete selected item (when search box is empty)

images/01HomeUserInterface.png

64.8 KB
Loading

images/02SnippetsUserInterface.png

53 KB
Loading

images/03SettingsUserInterface.png

77.3 KB
Loading

images/04UsingAppInNotepad.png

148 KB
Loading

0 commit comments

Comments
 (0)