WIP: add compact shelf cards

This commit is contained in:
Akshay Kolli
2026-06-30 03:11:40 -07:00
parent 3c58ab8c38
commit 870e284fbd
5 changed files with 186 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
# ClipBored
ClipBored is a small native macOS clipboard manager. It captures local clipboard history and opens a keyboard-first bottom panel for search, sorting, copy, paste, pinning, and deletion. It runs as a dockless menu-bar utility by default, with an optional Dock icon mode.
ClipBored is a small native macOS clipboard manager. It captures local clipboard history and opens a keyboard-first responsive bottom panel for search, sorting, copy, paste, pinning, and deletion. It runs as a dockless menu-bar utility by default, with an optional Dock icon mode.
The project is intentionally dependency-light: Swift Package Manager, AppKit, Carbon hotkeys, SQLite, and system frameworks only.