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 <uuid> <name>
50              Mark the item matching <uuid> from the history as being a  pass‐
51              word named <name>
52
53       gpaste-client rename-password <old name> <new name>
54              Rename the password
55
56       gpaste-client get <uuid>
57              Get the item matching <uuid> from the history
58
59       gpaste-client select <uuid>
60              Put the item matching <uuid> from the history into the clipboard
61
62       gpaste-client replace <uuid> <contents>
63              Replace  the  contents of the item matching <uuid> from the his‐
64              tory with the provided one
65
66       gpaste-client   merge   [--decoration|-d   <string>]    [--separator|-s
67       <string>] <uuid> … <uuid>
68              Merge  the items matching the uuids from the history and put the
69              result in the clipboard
70              If    foo    bar    and    baz    are     respectively     uuids
71              5cb227f9-857d-490b-8ea1-f5f33f59f04e
72              b4a7aa02-ef9a-4c29-b951-ebbdb4ed279b                         and
73              99da883b-0544-4cb4-92dd-733420a9db6d in history and you run
74              gpaste-client        merge       -d       '"'       -s       ','
75              5cb227f9-857d-490b-8ea1-f5f33f59f04e
76              b4a7aa02-ef9a-4c29-b951-ebbdb4ed279b
77              99da883b-0544-4cb4-92dd-733420a9db6d
78              You will end up with "foo","bar","baz" in your clipboard
79
80       gpaste-client delete <uuid>
81              Delete the item matching <uuid> from the history
82
83       gpaste-client file <path>
84              Put the content of the file at <path> into the clipboard
85
86       command | gpaste-client
87              Put the output of the command into the history
88
89       gpaste-client empty
90              Empty the history
91
92       gpaste-client start
93              Start tracking clipboard changes
94
95       gpaste-client stop
96              Stop tracking clipboard changes
97
98       gpaste-client upload <uuid>
99              Upload the item matching <uuid> to a pastebin service
100
101       gpaste-client ui
102              Launch the graphical tool
103
104       gpaste-client daemon-reexec
105              Reexecute the daemon, for example after upgrading GPaste
106
107       gpaste-client settings
108              Launch the configuration tool
109
110       gpaste-client version
111              Display the version
112
113       gpaste-client daemon-version
114              Display the daemon version
115
116       gpaste-client help
117              Display the help
118
119       gpaste-client about
120              Display the about dialog
121
122       gpaste-client show-history
123              Make the applet or extension display the history
124
125

OPTIONS

127       --use-index
128              Use the item index instead of its uuid
129
130       --oneline
131              Display each item on one line, without new lines
132
133       --raw  Display the item raw (without index)
134
135       --reverse
136              Display the items in reverse order
137
138       --zero Use NUL character instead of new lines between each item
139
140
141
142                                                              GPASTE-CLIENT(1)
Impressum