parcellite(1) - Linux man page
Name
Parcellite - Lightweight GTK+ Clipboard ManagerSynopsis
parcellite [OPTION]Description
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" | parcelliteparcellite "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