awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Slackadays avatar

Slackadays/Clipboard

0
View on GitHub↗
5,678 stars·168 forks·C++·gpl-3.0·18 viewsgetclipboard.app↗

Clipboard

Clipboard is a cross-platform command-line clipboard manager that extends the traditional copy-paste workflow with named clipboards, history tracking, and file-aware operations. It treats the clipboard as a first-class data store that can hold files, directories, text, and piped data across multiple independent clipboards, each with its own contents and metadata.

The project distinguishes itself by supporting both cut and copy operations that preserve file semantics, clipboard history with the ability to restore older entries, and the capacity to annotate clipboards with personal notes. It integrates with system graphical clipboards on X11, Wayland, Windows, macOS, and Haiku, while also enabling clipboard sharing across terminal sessions and remote machines. Users can customize output themes, set regex-based ignore rules to filter stored content, and attach scripts that execute before, during, or after clipboard actions.

Beyond core storage and retrieval, the tool provides clipboard status checking, content searching, editing, and the ability to export or import all clipboards to and from folders. It supports loading one clipboard into another, swapping contents between clipboards, and clearing individual or all clipboards along with their history. The project is documented with a command-line interface that exposes these capabilities through a consistent set of subcommands.

Features

  • History Browsers - Shows a chronological list of all previous clipboard entries.
  • Clipboard-Based File Operations - Removes files, directories, or text from their source and stores them on a clipboard, deleting originals after paste.
  • Clipboard Copying - Copies files, directories, piped data, or text to a named or numbered clipboard for later retrieval.
  • History Tracking - Displays the history of entries for a clipboard.
  • Clipboard Cutting - Moves files or text into a clipboard, removing the original source after pasting.
  • Clipboard Pasters - Restores clipboard data to the current directory, a file, or a pipe, deleting cut originals after paste.
  • Remote Clipboard Sharing - Shares clipboard content between local and remote terminal sessions over network protocols.
  • Clipboard-Based File Copying - Stores files, directories, or text into a named clipboard for later retrieval.
  • System Clipboard Integrations - Syncs clipboard content with the system's graphical clipboard for seamless desktop use.
  • System Monitoring - Cut, copy, and paste anything, anywhere.
  • Clipboard Managers - Listed in the “Clipboard Managers” section of the Awesome Mac awesome list.
  • Clipboard Tools - Terminal-based clipboard manager for multiple platforms.

Star history

Star history chart for slackadays/clipboardStar history chart for slackadays/clipboard

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does slackadays/clipboard do?

Clipboard is a cross-platform command-line clipboard manager that extends the traditional copy-paste workflow with named clipboards, history tracking, and file-aware operations. It treats the clipboard as a first-class data store that can hold files, directories, text, and piped data across multiple independent clipboards, each with its own contents and metadata.

What are the main features of slackadays/clipboard?

The main features of slackadays/clipboard are: History Browsers, Clipboard-Based File Operations, Clipboard Copying, History Tracking, Clipboard Cutting, Clipboard Pasters, Remote Clipboard Sharing, Clipboard-Based File Copying.

What are some open-source alternatives to slackadays/clipboard?

Open-source alternatives to slackadays/clipboard include: zenorocha/clipboard.js — clipboard.js is a lightweight JavaScript library and browser API wrapper designed to manage text transfers to the… jedisct1/piknik — Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell… ayangweb/ecopaste — EcoPaste is a cross-platform clipboard manager designed to track and store a history of copied text, images, and… hluk/copyq — CopyQ is a cross-platform clipboard manager that tracks, stores, and organizes clipboard history across multiple… gokcehan/lf — lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and… clipy/clipy — Clipy is a clipboard manager and productivity utility for macOS. It functions as a text snippet manager and a tool for…

Open-source alternatives to Clipboard

Similar open-source projects, ranked by how many features they share with Clipboard.
  • zenorocha/clipboard.jszenorocha avatar

    zenorocha/clipboard.js

    34,140View on GitHub↗

    clipboard.js is a lightweight JavaScript library and browser API wrapper designed to manage text transfers to the system clipboard. It functions as a DOM event clipboard manager that enables the copying and cutting of text from web page elements. The library provides mechanisms for dynamic text transfer, allowing text to be resolved from static HTML elements, specific data attributes, or programmatically defined strings at runtime. It includes an event-driven callback system to trigger user interface feedback or custom actions upon the success or failure of a clipboard operation. The tool im

    JavaScriptclipboardjavascript
    View on GitHub↗34,140
  • jedisct1/piknikjedisct1 avatar

    jedisct1/piknik

    2,510View on GitHub↗

    Piknik is an encrypted clipboard relay and multiplexer that coordinates the sharing of text, binary data, and shell content across multiple network hosts. It utilizes a centralized relay architecture to manage secure client connections, providing an end-to-end encrypted system for synchronizing session state and data streams. The project distinguishes itself through the use of multi-stage key derivation and API key access control to secure remote shell access. It employs end-to-end encryption and digital signatures to protect relayed content, ensuring that data is encrypted at the source befo

    Goclipboardcopycrypto
    View on GitHub↗2,510
  • ayangweb/ecopasteayangweb avatar

    ayangweb/EcoPaste

    7,085View on GitHub↗

    EcoPaste is a cross-platform clipboard manager designed to track and store a history of copied text, images, and files. It serves as a clipboard organization tool that allows for the categorization of saved snippets. The application focuses on local-first clipboard history, keeping all copied content and metadata on the local machine to ensure data privacy and offline access. It enables the organization of clipboard entries through the use of custom notes and labels for more efficient information retrieval.

    TypeScript
    View on GitHub↗7,085
  • hluk/copyqhluk avatar

    hluk/CopyQ

    11,216View on GitHub↗

    CopyQ is a cross-platform clipboard manager that tracks, stores, and organizes clipboard history across multiple formats. It functions as a desktop productivity tool that captures text and image data, allowing users to search, filter, and categorize items into tabs for efficient retrieval. The application maintains a persistent history archive and provides tray-based access for quick interaction with stored content. The software distinguishes itself through an extensive automation engine and command-line integration. Users can execute custom scripts to transform, format, or process clipboard

    C++clipboardclipboard-managercopyq
    View on GitHub↗11,216
See all 30 alternatives to Clipboard→