Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohemohe/pubsubclip

cross-platform universal clipboard. supports text and image. publish / subscribe data via redis.
https://github.com/mohemohe/pubsubclip

archlinux clipboard linux macos redis universal-clipboard wayland windows

Last synced: about 2 months ago
JSON representation

cross-platform universal clipboard. supports text and image. publish / subscribe data via redis.

Awesome Lists containing this project

README

        

# pubsubclip

publish / subscribe clipboard via redis

## install

### Arch Linux

```bash
git clone https://github.com/mohemohe/pubsubclip.git
cd pubsubclip
makepkg -sif
# edit /etc/default/pubsubclip
sudo systemctl start pubsubclip@$(whoami)
```

### from release

Download from https://github.com/mohemohe/pubsubclip/releases and unarchive tar.gz.

### go install

Require: go 1.22+

```bash
go install github.com/mohemohe/pubsubclip@latest
```

## usage

```bash
./pubsubclip watch --addr 172.16.34.200:6379
```