PARCELLITE(1) | General Commands Manual | PARCELLITE(1) |
Parcellite - Lightweight GTK+ Clipboard Manager
parcellite [OPTION]
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.
Look at the tool tips by hovering over each item in the prefrences dialog.
Parcellite's actions perform commands using the contents of your clipboard. "%s" in the command is replaced with the clipboard contents. Use double quotes "%s" to expand env variables like $HOME to /home/your_name Use single quotes '%s' to feed your action with env variables without shell expansion. Use %% if you want a literal %. See the man page for gnuC printf (man 2 printf) for more information.
echo "copied to clipboard" | parcellite
parcellite "copied to clipboard"
echo "copied to clipboard" | parcellite -c
The available hotkey modifiers are <Ctrl>, <Alt> <Shift>, <Release>, <Meta>, <Super>, <Hyper>, <Mod[1-5]>
Right-click on the parcellite icon in the systray to access the preferences.
'Max Data Size (MB)' - Set Maximum amount of data to copy for each entry
in MBytes. 0 is no limit.
'Case Sensitive Search' - If checked, does case sensitive search.
'Ignore Whitespace Only' - If checked, will ignore any clipboard
additions that contain only whitespace.
'Trim Whitespace' - If checked, will trim whitespace from beginning and
end of entry.
'Trim Newlines' - If checked, will replace newlines with spaces.
Website: http://parcellite.sourceforge.net
Written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>. Gilberto is no longer maintaining the project. 'Rickyrockrat' is his replacement.
Please include your ~/.config/parcellite/parcelliterc file when
filing a bug. This will give me your preferences.
Please report any bugs to the bug tracker via this web page:
http://sourceforge.net/projects/parcellite/support
Click on 'Bugs' under 'Project Trackers' to file a bug if you are registered
with Source Forge. If not, email rickyrockrat (rickyrockrat at
users.sourceforge.net), or click the 'project administers' in the link
above.
August 7 2011 |