Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjbassi/rofi-copyq
Use Rofi to search CopyQ's clipboard history and set the clipboard to the selected snippet
https://github.com/cjbassi/rofi-copyq
Last synced: 17 days ago
JSON representation
Use Rofi to search CopyQ's clipboard history and set the clipboard to the selected snippet
- Host: GitHub
- URL: https://github.com/cjbassi/rofi-copyq
- Owner: cjbassi
- License: mit
- Created: 2018-11-11T05:34:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T11:59:26.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:27:15.181Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rofi - rofi-copyq - Search [copyq](https://github.com/hluk/CopyQ) clipboard history (Clipboard)
README
# rofi-copyq
Use [Rofi](https://github.com/DaveDavenport/rofi) to search [CopyQ](https://github.com/hluk/CopyQ)'s clipboard history and set the clipboard to the selected snippet.
Requires:
- Rofi
- CopyQ## Installation
```bash
pip install --user git+https://github.com/cjbassi/rofi-copyq
```Note that `~/.local/bin` needs to be added to your `$PATH` for user installs.
## Usage
Simply run `rofi-copyq`, probably through Rofi itself, and then you can search and select a CopyQ snippet to be put on the current clipboard.