1CLIPIT(1)                   General Commands Manual                  CLIPIT(1)
2
3
4

NAME

6       ClipIt - Lightweight GTK+ Clipboard Manager
7

SYNOPSIS

9       clipit [OPTION]
10

DESCRIPTION

12       ClipIt is a lightweight GTK+ clipboard manager.
13
14       ClipIt  features a clipboard CLI. Unrecognized options and the contents
15       of your standard input get copied to your clipboard. See CLI EXAMPLES.
16

OPTIONS

18       -?, --help
19              Show help options.
20
21       -d, --daemon
22              Run as daemon. Use this mode if you just  want  ClipIt  to  keep
23              your clipboard and primary contents safe.
24
25       -n, --no-icon
26              Do not use status icon.
27
28       -c, --clipboard
29              Print clipboard contents.
30
31       -p, --primary
32              Print primary contents.
33

NOTES

35   ACTIONS
36       ClipIt's actions perform commands using the contents of your clipboard.
37       "%s" in the command is replaced with the clipboard contents.
38
39   CLI EXAMPLES
40       Put text in the clipboard
41               echo "copied to clipboard" | clipit
42               clipit "copied to clipboard"
43
44       Put text in the clipboard and print the clipboard contents
45               echo "copied to clipboard" | clipit -c
46
47   Hotkeys
48        The available hotkey modifiers are <Ctrl>, <Alt>  <Shift>,  <Release>,
49       <Meta>, <Super>, <Hyper>, <Mod[1-5]>
50

SEE ALSO

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

AUTHOR

55       Maintained by Cristian Henzel <oss@rspwn.com>.  Forked from parcellite,
56       which was written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>.
57
58
59
60                                  2010-11-11                         CLIPIT(1)
Impressum