Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreasarvidsson/clippy
Clipboard manager with RPC
https://github.com/andreasarvidsson/clippy
Last synced: about 1 month ago
JSON representation
Clipboard manager with RPC
- Host: GitHub
- URL: https://github.com/andreasarvidsson/clippy
- Owner: AndreasArvidsson
- License: mit
- Created: 2024-04-29T10:20:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:34:28.000Z (6 months ago)
- Last Synced: 2024-05-19T14:50:02.397Z (6 months ago)
- Language: TypeScript
- Size: 224 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clippy
Clipboard manager with RPC. Support keyboard, mouse and excellent Talon Voice integration.
## Running
```
$ npm install
$ npm start
```## Talon user scripts
- [Talon RPC client](https://github.com/AndreasArvidsson/andreas-talon/blob/master/core/rpc_client)
- [Clippy Talon](https://github.com/AndreasArvidsson/andreas-talon/tree/master/plugins/clippy)### Usage example
[Available commands](./src/types/Command.ts)
```
rpc = RpcClient("Clippy", "ctrl-shift-alt-o")def clippy_show_hide():
command = {"id": "toggleShowHide"}
rpc.send(command, wait_for_finish=True)
```### Mac OS. Clipboard doesn't update
`chmod +x node_modules/clipboard-event/platform/clipboard-event-handler-mac`