Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clove

A lightweight macOS menu bar app that turns your clipboard history, screenshots, and downloads into a frosted-glass inventory panel - inspired by the item grid from Animal Crossing.

Clove demo

What it does

  • Clipboard - automatically captures text snippets and copied images
  • Screenshots - watches ~/Desktop for new screenshots (where macOS saves them by default)
  • Downloads - watches ~/Downloads for new files
  • Holds up to 10 items (configurable up to 50) with persistence across sessions
  • Green copy button on hover to paste any item back to clipboard
  • Red capacity warning when full - choose to replace oldest or adjust the limit

Install

git clone https://github.com/andreycpu/clove.git
cd clove
bash setup.sh

That's it. The script builds the app, installs it to /Applications, configures it to start automatically at login, and launches it. No need to open Xcode.

Requirements

  • macOS 13.0+
  • Xcode Command Line Tools (xcode-select --install)
  • Homebrew (xcodegen is installed automatically)

Uninstall

bash uninstall.sh

Usage

  • Cmd+Shift+V - toggle the Clove panel from anywhere
  • Click the menu bar icon - also toggles the panel
  • Click anywhere outside - dismisses the panel
  • Press 1-9 - copy the corresponding item back to clipboard and dismiss
  • Hover an item - reveals the green copy button
  • Escape - dismiss the panel
  • Settings - click the gear icon to adjust the item limit and clear history

Design

  • Frosted glass (.hudWindow vibrancy) pill panel drops down from the menu bar
  • Zero CPU at rest - clipboard uses a timer with OS-batched tolerance, folder watching uses kernel-level DispatchSource events
  • Images stored as compressed 80x80 JPEG thumbnails - original files are never duplicated
  • All data persists to ~/Library/Application Support/Clove/items.json

License

MIT

About

Lightweight macOS menu bar clipboard manager with frosted glass inventory UI - inspired by Animal Crossing

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages