0.3.8 • Published 5 years ago

clcl v0.3.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

clcl

X11 CLi CLipboard manager.

WIP

This program is still in progress. See the roadmap section for stuff that doesn't work yet. This is buggy.


Installation

npm i -g clcl

You'll need to manually start the daemon. I put this in my ~/.xinitrc:

# merge xresources, set keybinds, etc
clcl-daemon &
exec i3 # your window manager goes here

Usage

  clcl -h      # print help
  clcl -l      # list all
  clcl -s [n]  # select entry at index n
  clcl -r [n]  # remove entry at index n
  clcl -c      # clear all

clcl stores up to 100 entries.

Roadmap

  • Listen for copy events, rather than polling for changes synchronously
  • Work with primary selection?
  • Other platforms?
  • Other init systems?
  • Postinstall to handle the daemon?

Bugs

clcl -c doesn't actually work. Looks like a race condition between the sync daemon and clearing the db.

License

MIT

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago