logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GPaste - A lightweight clipboard manager for the Gnome desktop

Commands

gpaste-client[history]
              Display the history with indexes

       gpaste-clienthistory-size
              Display this size of the history

       gpaste-clientget-history
              Get the name of the current history

       gpaste-clientbackup-history
              Backup the current history

       gpaste-clientswitch-history
              Switch to another history

       gpaste-clientdelete-history
              Delete a history

       gpaste-clientlist-histories
              List available histories

       gpaste-clientadd<text>
              Add the text into the history

       gpaste-clientadd-password<name><password>
              Add the name - password couple to the history

       gpaste-clientdelete-password<name>
              Delete the password <name>

       gpaste-clientset-password<uuid><name>
              Mark the item matching <uuid> from the history as being a password named <name>

       gpaste-clientrename-password<oldname><newname>
              Rename the password

       gpaste-clientget<uuid>
              Get the item matching <uuid> from the history

       gpaste-clientselect<uuid>
              Put the item matching <uuid> from the history into the clipboard

       gpaste-clientreplace<uuid><contents>
              Replace the contents of the item matching <uuid> from the history with the provided one

       gpaste-clientmerge[--decoration|-d<string>][--separator|-s<string>]<uuid><uuid>
              Merge the items matching the uuids from the history and put the result in the clipboard
              If   foo   bar   and   baz    are    respectively    uuids    5cb227f9-857d-490b-8ea1-f5f33f59f04e
              b4a7aa02-ef9a-4c29-b951-ebbdb4ed279b  and  99da883b-0544-4cb4-92dd-733420a9db6d in history and you
              run
              gpaste-client     merge     -d      '"'      -s      ','      5cb227f9-857d-490b-8ea1-f5f33f59f04e
              b4a7aa02-ef9a-4c29-b951-ebbdb4ed279b 99da883b-0544-4cb4-92dd-733420a9db6d
              You will end up with "foo","bar","baz" in your clipboard

       gpaste-clientdelete<uuid>
              Delete the item matching <uuid> from the history

       gpaste-clientfile<path>
              Put the content of the file at <path> into the clipboard

       command|gpaste-client
              Put the output of the command into the history

       gpaste-clientempty
              Empty the history

       gpaste-clientstart
              Start tracking clipboard changes

       gpaste-clientstop
              Stop tracking clipboard changes

       gpaste-clientupload<uuid>
              Upload the item matching <uuid> to a pastebin service

       gpaste-clientui
              Launch the graphical tool

       gpaste-clientdaemon-reexec
              Reexecute the daemon, for example after upgrading GPaste

       gpaste-clientsettings
              Launch the configuration tool

       gpaste-clientversion
              Display the version

       gpaste-clientdaemon-version
              Display the daemon version

       gpaste-clienthelp
              Display the help

       gpaste-clientabout
              Display the about dialog

       gpaste-clientshow-history
              Make the applet or extension display the history

Description

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

Name

       GPaste - A lightweight clipboard manager for the Gnome desktop

Options

--use-index
              Use the item index instead of its uuid

       --oneline
              Display each item on one line, without new lines

       --raw  Display the item raw (without index)

       --reverse
              Display the items in reverse order

       --zero Use NUL character instead of new lines between each item

                                                                                                GPASTE-CLIENT(1)

Synopsis

[command|]gpaste-client[options...]

See Also