Linux Commands Examples

A great documentation place for Linux commands

clipit

Lightweight GTK+ Clipboard Manager

Synopsis

clipit [OPTION]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
numlockx & /home/man/.screenlayout/fonctionnel.sh & clipit & thunderbird & stjerm -k f1 & xscreensaver -nosplash &

description

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.

options

-?, --help

Show help options.

-d, --daemon

Run as daemon. Use this mode if you just want ClipIt to keep your clipboard and primary contents safe.

-n, --no-icon

Do not use status icon.

-c, --clipboard

Print clipboard contents.

-p, --primary

Print primary contents.

notes

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

CLI EXAMPLES
Put text in the clipboard

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

Put text in the clipboard and print the clipboard contents

echo "copied to clipboard" | clipit -c

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


see also

Website: http://sourceforge.net/projects/gtkclipit/


author

Maintained by Cristian Henzel <oss[:at:]rspwn[:dot:]com>. Forked from parcellite, which was written by Gilberto "Xyhthyx" Miralla <xyhthyx[:at:]gmail[:dot:]com>.

How can this site be more helpful to YOU ?


give  feedback