Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager
PowerToys Run Plugin enabling searching of the clipboard history and pasting the selected item.
https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager
Last synced: 3 months ago
JSON representation
PowerToys Run Plugin enabling searching of the clipboard history and pasting the selected item.
- Host: GitHub
- URL: https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager
- Owner: CoreyHayward
- License: mit
- Created: 2024-01-14T19:08:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:17:38.000Z (3 months ago)
- Last Synced: 2024-11-12T19:20:41.739Z (3 months ago)
- Language: C#
- Size: 707 KB
- Stars: 153
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-powertoys-run-plugins - ClipboardManager - Search and paste from clipboard history. (Plugins)
- jimsghstars - CoreyHayward/PowerToys-Run-ClipboardManager - PowerToys Run Plugin enabling searching of the clipboard history and pasting the selected item. (C# #)
README
# PowerToys Run: Clipboard Manager
[![GitHub release](https://img.shields.io/github/v/release/CoreyHayward/PowerToys-Run-ClipboardManager?style=flat-square)](https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager/releases/latest)
[![GitHub all releases](https://img.shields.io/github/downloads/CoreyHayward/PowerToys-Run-ClipboardManager/total?style=flat-square)](https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager/releases/)
[![GitHub release (latest by date)](https://img.shields.io/github/downloads/CoreyHayward/PowerToys-Run-ClipboardManager/latest/total?style=flat-square)](https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager/releases/latest)
[![Mentioned in Awesome PowerToys Run Plugins](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/hlaueriksson/awesome-powertoys-run-plugins)Simple [PowerToys Run](https://learn.microsoft.com/windows/powertoys/run) plugin for easily searching and pasting the clipboard history.
![ClipboardManager Demonstration](/images/ClipboardManager.gif)
## Requirements
- PowerToys minimum version 0.77.0
- Windows Clipboard History enabled `Windows key + V`## Installation
- Download the [latest release](https://github.com/CoreyHayward/PowerToys-Run-ClipboardManager/releases/) by selecting the architecture that matches your machine: `x64` (more common) or `ARM64`
- Close PowerToys
- Extract the archive to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`
- Open PowerToys## Usage
- Select/Place cursor where text should be pasted
- Open PowerToys Run
- Input: "c: "
- Select the result (ENTER)
- \ is pasted into the selected location### Clear Clipboard History
To clear clipboard history you can use the following shortcut:
- "c:-"## Configuration
The paste behaviour can be changed via the settings to either:
- Directly paste the contents (Default)
- Copy the selected item to the clipboard