# p0deje/maccy

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/p0deje-maccy).**

18,635 stars · 849 forks · Swift · mit

## Links

- GitHub: https://github.com/p0deje/Maccy
- Homepage: https://maccy.app
- awesome-repositories: https://awesome-repositories.com/repository/p0deje-maccy.md

## Topics

`clipboard-manager` `maccy` `macos`

## Description

Maccy is a lightweight clipboard manager for macOS that captures and stores text and images copied to the system clipboard. It provides a searchable interface for retrieving historical content, allowing users to access previously copied items through a keyboard-driven workflow.

The application distinguishes itself by prioritizing privacy and performance through automated filtering and local data management. It employs pattern matching to identify and exclude sensitive information, such as passwords, from being saved. All history is maintained in a local database, with an in-memory index that enables instantaneous filtering of entries as the user types.

The tool integrates directly into the system environment, using event hooks to manage its interface without interrupting background processes. It is designed to be operated entirely via keyboard shortcuts, facilitating the selection and reuse of clipboard history across different applications.

## Tags

### Development Tools & Productivity

- [Clipboard Managers](https://awesome-repositories.com/f/development-tools-productivity/clipboard-management/clipboard-managers.md) — The application enables instant filtering of past clipboard entries using keyboard input, allowing users to locate and select specific content without requiring mouse interaction. ([source](https://maccy.app))
- [Clipboard Management](https://awesome-repositories.com/f/development-tools-productivity/clipboard-management.md) — Captures and stores clipboard history, providing a searchable interface for retrieving and reusing previously copied text and images. ([source](https://maccy.app))
- [Clipboard Integration Tools](https://awesome-repositories.com/f/development-tools-productivity/clipboard-integration-tools.md) — Provides a searchable interface for accessing previously copied content that integrates directly into the system workflow.
- [Keyboard-Driven Workflows](https://awesome-repositories.com/f/development-tools-productivity/keyboard-driven-workflows.md) — Enables navigation and selection of clipboard history entirely through keyboard shortcuts for improved productivity.

### Operating Systems & Systems Programming

- [Clipboard Managers](https://awesome-repositories.com/f/operating-systems-systems-programming/system-administration-maintenance/system-administration-utilities/system-utilities/desktop-productivity-enhancements/clipboard-managers.md) — Acts as a lightweight utility that captures and stores clipboard history locally for instant search and retrieval.

### Security & Cryptography

- [Automatic Redaction](https://awesome-repositories.com/f/security-cryptography/sensitive-data-access-controls/automatic-redaction.md) — Automatically filters and excludes passwords or private information from being saved in the clipboard history.
- [Sensitive Data Access Controls](https://awesome-repositories.com/f/security-cryptography/sensitive-data-access-controls.md) — Monitors clipboard activity to automatically exclude sensitive information, ensuring private data is not persisted. ([source](https://maccy.app))
- [Regex Filters](https://awesome-repositories.com/f/security-cryptography/privacy-filtering/regex-filters.md) — Applies regular expression patterns to automatically identify and discard sensitive information before it is saved.

### Part of an Awesome List

- [Git and Version Control](https://awesome-repositories.com/f/awesome-lists/devtools/git-and-version-control.md) — Clipboard history that just works.
- [Clipboard Managers](https://awesome-repositories.com/f/awesome-lists/productivity/clipboard-managers.md) — Listed in the “Clipboard Managers” section of the Awesome Mac awesome list.
- [Clipboard Tools](https://awesome-repositories.com/f/awesome-lists/productivity/clipboard-tools.md) — Lightweight and efficient clipboard manager.
- [Productivity and Launchers](https://awesome-repositories.com/f/awesome-lists/productivity/productivity-and-launchers.md) — Clipboard history that just works.

### Data & Databases

- [Change Data Capture Systems](https://awesome-repositories.com/f/data-databases/change-data-capture-systems.md) — Monitors the system clipboard for changes to trigger automatic capture and storage of new content.
- [Application Persistence Adapters](https://awesome-repositories.com/f/data-databases/sqlite-integrations/application-persistence-adapters.md) — Uses an embedded SQLite database to maintain persistent clipboard history across application restarts.
- [In-Memory Search Indices](https://awesome-repositories.com/f/data-databases/in-memory-search-indices.md) — Maintains an in-memory index of clipboard items to enable instantaneous keyword-based filtering and selection.
