All Projects → Keruspe → Gpaste

Keruspe / Gpaste

Licence: bsd-2-clause
Clipboard management system

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Gpaste

clipboard-files
A nodejs addon, read or write file path for clipboard, support win32 and mac osx.
Stars: ✭ 26 (-94.41%)
Mutual labels:  clipboard
React Clipboard.js
React wrapper for clipboard.js (flashless clipboard)
Stars: ✭ 266 (-42.8%)
Mutual labels:  clipboard
Clip
Cross-platform C++ library to copy/paste clipboard content
Stars: ✭ 341 (-26.67%)
Mutual labels:  clipboard
ClipboardText
Universal clipboard text support for PowerShell, notably also in PowerShell Core (cross-platform) and Windows PowerShell v2-v4
Stars: ✭ 37 (-92.04%)
Mutual labels:  clipboard
Shapeshifter
A clipboard manager for the 21st century.
Stars: ✭ 256 (-44.95%)
Mutual labels:  clipboard
Clipjump
📋 Clipboard Manager for Windows, built in AutoHotkey
Stars: ✭ 305 (-34.41%)
Mutual labels:  clipboard
pb
📋 Access HTML and other pasteboards from JS and command line
Stars: ✭ 31 (-93.33%)
Mutual labels:  clipboard
Clipper
✂️ Clipboard access for local and remote tmux sessions
Stars: ✭ 439 (-5.59%)
Mutual labels:  clipboard
Pasteboard Viewer
📋 Inspect the system pasteboards on macOS
Stars: ✭ 257 (-44.73%)
Mutual labels:  clipboard
Copyq
Clipboard manager with advanced features
Stars: ✭ 4,346 (+834.62%)
Mutual labels:  clipboard
vimclip
Never type outside vim again
Stars: ✭ 70 (-84.95%)
Mutual labels:  clipboard
Use Clipboard Copy
📋 Lightweight copy to clipboard hook for React
Stars: ✭ 256 (-44.95%)
Mutual labels:  clipboard
Clipboard
Ruby access to the clipboard on Windows, Linux, macOS, Java, Cygwin, and WSL 📋︎
Stars: ✭ 310 (-33.33%)
Mutual labels:  clipboard
Desktop
A comprehensive solution for convenient and efficient work with notes, snippets, clipboard, files, and other information that requires quick access via any device.
Stars: ✭ 123 (-73.55%)
Mutual labels:  clipboard
Gotem
Copy to clipboard for modern browsers in less than 1kb.
Stars: ✭ 439 (-5.59%)
Mutual labels:  clipboard
My-Business
Business management tool featuring accounts, invoices, partners, projects, and server 🦄
Stars: ✭ 37 (-92.04%)
Mutual labels:  clipboard
Wsl Ssh Agent
Helper to interface with Windows ssh-agent.exe service from Windows Subsystem for Linux (WSL)
Stars: ✭ 298 (-35.91%)
Mutual labels:  clipboard
Clipboard Copy
Lightweight copy to clipboard for the web
Stars: ✭ 443 (-4.73%)
Mutual labels:  clipboard
Ngx Clipboard
A pure angular clipboard directive
Stars: ✭ 440 (-5.38%)
Mutual labels:  clipboard
Extrakto
tmux - quickly select, copy/insert/complete text without a mouse
Stars: ✭ 320 (-31.18%)
Mutual labels:  clipboard
Coverity Scan Build Status

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:

  • 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 tool

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.

Steps to install it after cloning (skip the ./autogen.sh part if you're building it from a tarball):

./autogen.sh
./configure --sysconfdir=/etc
make
sudo make install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

You can see everything I'll post about GPaste there.

Latest release for GNOME 3.38 is: GPaste 3.38.6.

Direct link to download: https://www.imagination-land.org/files/gpaste/gpaste-3.38.6.tar.xz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].