Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LennardKittner/ClipBoardManager
A macOS menubar clipboard manager with file support.
https://github.com/LennardKittner/ClipBoardManager
clipboard clipboard-history clipboard-manager macos menubar qol swift swiftui
Last synced: 3 months ago
JSON representation
A macOS menubar clipboard manager with file support.
- Host: GitHub
- URL: https://github.com/LennardKittner/ClipBoardManager
- Owner: LennardKittner
- License: mit
- Created: 2022-10-22T18:56:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T21:01:07.000Z (about 1 year ago)
- Last Synced: 2024-06-19T04:03:42.169Z (5 months ago)
- Topics: clipboard, clipboard-history, clipboard-manager, macos, menubar, qol, swift, swiftui
- Language: Swift
- Homepage:
- Size: 1.09 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - ClipBoardManager
README
# ClipBoardManager
A macOS menubar clipboard manager with file support.## Features
The menu bar item menu shows the clipboard history. The app tries to reconstruct the clipboard state as closely as possible. Therefore, the app supports a wide variety of formats, e.g.- Files
- Multiple files
- Directories
- Web images
- TextFiles have a little icon representing the file type, and web images have a little preview icon.
![Menu](./screenshots/Menu.png)
## Requirements and Versions
The standard version makes use of APIs that are only available on **MacOS13** and later. An older version for earlier versions of MacOS is included in the **MacOS12 branches**. The older version has fewer features, e.g. no start at login via app preferences.## Installation
You can compile the app yourself using xcode `xcodebuild -configuration Release` or you can download a compiled version from [releases](https://github.com/Lennard599/ClipBoardManager/releases).
## FAQ
**Why is the clipboard history incomplete?**
There are three possibilities:
- The app was not running. ClipBoardManager can only record the clipboard if it is running.
- If you copy faster than the refresh interval, the app is not able to save the state of the clipboard. You can reduce the refresh interval in the preferences.
- The app crashed or was forcefully closed. On closing, the app will write the clipboard history to disk, so it can be retrieved on the next startup.## Links
[CPUMonitor menu bar app](https://github.com/Lennard599/CPUMonitor)