1GPASTE-CLIENT(1)            General Commands Manual           GPASTE-CLIENT(1)
2
3
4

NAME

6       GPaste - A lightweight clipboard manager for the Gnome desktop
7
8

SYNOPSIS

10       [command |] gpaste-client [options...]
11
12

DESCRIPTION

14       GPaste is a modular clipboard management system with a fully DBus-based
15       daemon, a CLI client and a gtk+ tray icon.
16
17

COMMANDS

19       gpaste-client [history]
20              Display the history with indexes
21
22       gpaste-client history-size
23              Display this size of the history
24
25       gpaste-client get-history
26              Get the name of the current history
27
28       gpaste-client backup-history
29              Backup the current history
30
31       gpaste-client switch-history
32              Switch to another history
33
34       gpaste-client delete-history
35              Delete a history
36
37       gpaste-client list-histories
38              List available histories
39
40       gpaste-client add <text>
41              Add the text into the history
42
43       gpaste-client add-password <name> <password>
44              Add the name - password couple to the history
45
46       gpaste-client delete-password <name>
47              Delete the password <name>
48
49       gpaste-client set-password <number> <name>
50              Mark the <number>th item of the  history  as  being  a  password
51              named <name>
52
53       gpaste-client rename-password <old name> <new name>
54              Rename the password
55
56       gpaste-client get <number>
57              Get the <number>th item from the history
58
59       gpaste-client select <number>
60              Put the <number>th item of the history into the clipboard
61
62       gpaste-client replace <number> <contents>
63              Replace  the contents of the <number>th item of the history with
64              the provided one
65
66       gpaste-client   merge   [--decoration|-d   <string>]    [--separator|-s
67       <string>] <number> … <number>
68              Merge  the <number>th items of the history and put the result in
69              the clipboard
70              If foo bar and baz are respectively index 1 3 and 4  in  history
71              and you run
72              gpaste-client merge -d '"' -s ',' 1 3 4
73              You will end up with "foo","bar","baz" in your clipboard
74
75       gpaste-client delete <number>
76              Delete the <number>th item of the history
77
78       gpaste-client file <path>
79              Put the content of the file at <path> into the clipboard
80
81       command | gpaste-client
82              Put the output of the command into the history
83
84       gpaste-client empty
85              Empty the history
86
87       gpaste-client start
88              Start tracking clipboard changes
89
90       gpaste-client stop
91              Stop tracking clipboard changes
92
93       gpaste-client upload <number>
94              Upload the <number>th item to a pastebin service
95
96       gpaste-client ui
97              Launch the graphical tool
98
99       gpaste-client daemon-reexec
100              Reexecute the daemon, for example after upgrading GPaste
101
102       gpaste-client settings
103              Launch the configuration tool
104
105       gpaste-client version
106              Display the version
107
108       gpaste-client daemon-version
109              Display the daemon version
110
111       gpaste-client help
112              Display the help
113
114       gpaste-client about
115              Display the about dialog
116
117       gpaste-client show-history
118              Make the applet or extension display the history
119
120

OPTIONS

122       --oneline
123              Display each item on one line, without new lines
124
125       --raw  Display the item raw (without index)
126
127       --reverse
128              Display the items in reverse order
129
130       --zero Use NUL character instead of new lines between each item
131
132
133
134                                                              GPASTE-CLIENT(1)
Impressum