Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Keruspe/GPaste
Clipboard management system
https://github.com/Keruspe/GPaste
c clipboard clipboard-managers gpaste graphical
Last synced: 8 days ago
JSON representation
Clipboard management system
- Host: GitHub
- URL: https://github.com/Keruspe/GPaste
- Owner: Keruspe
- License: bsd-2-clause
- Created: 2011-01-18T20:42:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T16:09:31.000Z (4 months ago)
- Last Synced: 2024-07-15T19:42:48.221Z (4 months ago)
- Topics: c, clipboard, clipboard-managers, gpaste, graphical
- Language: C
- Homepage:
- Size: 7.52 MB
- Stars: 752
- Watchers: 25
- Forks: 54
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- my-awesome-github-stars - Keruspe/GPaste - Clipboard management system (C)
- awesome-gnome - GPaste - Clipboard manager (composed of an application and a gnome-shell extension). (Applications / Utilities)
README
GPaste is a clipboard management system.
See for more information about what clipboard
managers are.Translators can use [weblate](https://hosted.weblate.org/projects/gpaste/gpaste/) 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:
* show history
* pop the item from the history
* sync primary selection with clipboard
* sync clipboard with primary selection
* mark the active item as being a password
* upload the active item to a pastebin service (using wgetpaste)
* launch the graphical toolA 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.
Steps to install it after cloning:
mkdir builddir
cd builddir
meson ..
ninja
sudo ninja install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/You can see everything I'll post about GPaste [there](https://www.imagination-land.org/tags/GPaste.html).
Latest release for GNOME 45 to 47 is: [GPaste 45.2](https://www.imagination-land.org/posts/2024-09-21-gpaste-45.2-released.html).
Direct link to download: