parcellite(1) - Linux man page

Name

Parcellite - Lightweight GTK+ Clipboard Manager

Synopsis

parcellite [OPTION]

Description

Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity.

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

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

Cli Examples

echo "copied to clipboard" | parcellite
parcellite "copied to clipboard"
echo "copied to clipboard" | parcellite -o

Actions

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

See Also

Website: http://parcellite.sourceforge.net

Author

Written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>.