Language

Package: clipmenu @ 6.0.1-1.bcbe7b1

Synopsis

Simple clipboard manager using dmenu or rofi and xsel

Description

Start clipmenud, then run clipmenu to select something to put on the clipboard.

When clipmenud detects changes to the clipboard contents, it writes them out to the cache directory. clipmenu reads the cache directory to find all available clips and launches dmenu (or rofi, depending on the value of CM_LAUNCHER) to let the user select a clip. After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.

Home page
https://github.com/cdown/clipmenu
Location
gnu/packages/xdisorg.scm (line: 2584, column: 4)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?