DOKK / manpages / debian 12 / clipit / clipit.1.en
CLIPIT(1) General Commands Manual CLIPIT(1)

ClipIt - Lightweight GTK+ Clipboard Manager

clipit [OPTION]

ClipIt is a lightweight GTK+ clipboard manager.

ClipIt features a clipboard CLI. Unrecognized options and the contents of your standard input get copied to your clipboard. See CLI EXAMPLES.

-?, --help
Show help options.
Run as daemon. Use this mode if you just want ClipIt to keep your clipboard and primary contents safe.
Do not use status icon.
Print clipboard contents.
Print primary contents.

ClipIt's actions perform commands using the contents of your clipboard. "%s" in the command is replaced with the clipboard contents.


echo "copied to clipboard" | clipit
clipit "copied to clipboard"

echo "copied to clipboard" | clipit -c


The available hotkey modifiers are <Ctrl>, <Alt> <Shift>, <Release>, <Meta>, <Super>, <Hyper>, <Mod[1-5]>

Website: https://github.com/CristianHenzel/ClipIt

Maintained by Cristian Henzel <oss@rspwn.com>. Forked from parcellite, which was written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>.

2010-11-11