Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`