GPaste is a clipboard management system. See https://www.imagination-land.org/posts/2012-12-01-gpaste-released.html for more information about what clipboard managers are.
Translators can use weblate to contribute.
A library is available for development purposes:
libgpaste contains all the basic objects used by GPaste and allows you to manage preferences and the GPaste daemon.A default daemon named gpaste-daemon is provided, with seven keybindings:
A simple CLI interface is provided: gpaste-client, with a subcommands: gpaste-client ui which makes the graphical tool pop.
A native gnome-shell extension is provided.
/!\ Don't forget to run gpaste-client dr aka gpaste-client daemon-reexec after upgrading GPaste to activate new functionalities ;)
You can then run gpaste-client daemon-version to check the correct daemon is now running.
You can see everything I'll post about GPaste there.
Latest release for GNOME 50 is: GPaste 50.5.
Direct link to download: https://www.imagination-land.org/files/gpaste/GPaste-50.5.tar.xz
dnf on Fedorasudo dnf install gpaste-ui gpaste
# Install build dependencies
# Fedora 42
$ sudo dnf install meson ninja-build glib2-devel cmake libgdk* gcr libadwaita-devel gjs-devel
# General build instructions
$ git clone git@github.com:Keruspe/GPaste.git
$ cd GPaste
$ mkdir builddir
$ cd builddir
$ meson ..
$ ninja
$ sudo ninja install
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
$ claude mcp add GPaste \
-- python -m otcore.mcp_server <graph>