在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):p0deje/Maccy开源软件地址(OpenSource Url):https://github.com/p0deje/Maccy开源编程语言(OpenSource Language):Swift 100.0%开源软件介绍(OpenSource Introduction):MaccyMaccy is a lightweight clipboard manager for macOS. It keeps the history of what you copy and lets you quickly navigate, search, and use previous clipboard contents. Maccy works on macOS Mojave 10.14 or higher. Features
InstallDownload the latest version from the releases page, or use Homebrew: brew install --cask maccy Usage
AdvancedIgnore Copied ItemsYou can tell Maccy to ignore all copied items: defaults write org.p0deje.Maccy ignoreEvents true # default is false This is useful if you have some workflow for copying sensitive data. You can set Ignore Custom Copy TypesBy default Maccy will ignore certain copy types that are considered to be confidential or temporary. The default list always include the following types:
Also, default configuration includes the following types but they can be removed or overwritten:
You can add additional custom types using preferences or defaults write org.p0deje.Maccy ignoredPasteboardTypes -array-add "com.myapp.CustomType" If you need to find what custom types are used by an application, you can use free application Pasteboard-Viewer. Simply download the application, open it, copy something from the application you want to ignore and look for any custom types in the left sidebar. Here is an example of using this approach to ignore Adobe InDesign. If you accidentally removed default types, you can restore the original configuration: defaults write org.p0deje.Maccy ignoredPasteboardTypes -array "de.petermaurer.TransientPasteboardType" "com.typeit4me.clipping" "Pasteboard generator type" "com.agilebits.onepassword" "net.antelle.keeweb" MotivationThere are dozens of similar applications out there, so why build another? Over the past years since I moved from Linux to macOS, I struggled to find a clipboard manager that is as free and simple as Parcellite, but I couldn't. So I've decided to build one. Also, I wanted to learn Swift and get acquainted with macOS application development. License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论