All Projects → sentriz → cliphist

sentriz / cliphist

Licence: GPL-3.0 license
wayland clipboard manager

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to cliphist

swayfire
Sway/I3 inspired tiling window manager for Wayfire
Stars: ✭ 146 (+210.64%)
Mutual labels:  sway, wayland
nwg-wrapper
Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors
Stars: ✭ 60 (+27.66%)
Mutual labels:  sway, wayland
nextshot
A simple tool for taking screenshots on Linux and sharing via Nextcloud
Stars: ✭ 37 (-21.28%)
Mutual labels:  sway, wayland
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-57.45%)
Mutual labels:  sway, wayland
Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+4234.04%)
Mutual labels:  sway, wayland
tessen
an interactive menu to autotype and copy pass and gopass data
Stars: ✭ 37 (-21.28%)
Mutual labels:  sway, wayland
rde
Tools for managing reproducible development environments. Mirror of https://sr.ht/abcdw/rde/
Stars: ✭ 137 (+191.49%)
Mutual labels:  sway, wayland
wdisplays
Mirror of cyclopsian/wdisplays
Stars: ✭ 95 (+102.13%)
Mutual labels:  sway, wayland
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-21.28%)
Mutual labels:  sway, wayland
cute-sway-recorder
SwayWM screen recorder; a GUI for wf-recorder
Stars: ✭ 16 (-65.96%)
Mutual labels:  sway, wayland
mywayland
🍨 Wlroots and friends for KISS
Stars: ✭ 25 (-46.81%)
Mutual labels:  sway, wayland
dotfiles
My dotfiles and colorschemes for sway and a variety of other programs.
Stars: ✭ 55 (+17.02%)
Mutual labels:  sway, wayland
cbs
interface to manage clipboard from the command line
Stars: ✭ 25 (-46.81%)
Mutual labels:  clipboard-manager
cliptext
Clipboard manager for macOS. Built with Electron.js
Stars: ✭ 37 (-21.28%)
Mutual labels:  clipboard-manager
dotfiles
my dotfiles
Stars: ✭ 18 (-61.7%)
Mutual labels:  wayland
westford
Westford Wayland Compositor
Stars: ✭ 39 (-17.02%)
Mutual labels:  wayland
hello-wayland
A hello world Wayland client, 2018 edition
Stars: ✭ 95 (+102.13%)
Mutual labels:  wayland
unlimited-clipboard
simple clipboard manager with unlimited history on electron
Stars: ✭ 21 (-55.32%)
Mutual labels:  clipboard-manager
showmethekey
Show keys you typed on screen.
Stars: ✭ 84 (+78.72%)
Mutual labels:  wayland
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (+4.26%)
Mutual labels:  sway

looking for cliphist-sh?

cliphist

clipboard history “manager” for wayland

  • write clipboard changes to a history file
  • recall history with dmenu (for example)
  • both text and images are supported
  • clipboard is preserved byte-for-byte
    • leading / trailing whitespace / no whitespace or newlines are preserved
    • won’t break fancy editor selections like vim wordwise, linewise, block mode
  • no concept of a picker, only pipes

requires: go, wl-clipboard, xdg-utils (for image mime inferance)

install

$ go install go.senan.xyz/cliphist@latest
alternatively, static binaries can be found on the releases page

usage

listen for clipboard changes

$ wl-paste --watch cliphist store
this will listen for changes on your primary keyboard and write it to the history.
call it once per session - for example in your sway config

select old item

$ cliphist list | dmenu | cliphist decode | wl-copy
bind it to something nice on your keyboard

delete old item

$ cliphist list | dmenu | cliphist delete
or else query manually
$ cliphist delete-query "secret item"

clear database

$ rm "$XDG_CACHE_HOME/cliphist/db"

packaging

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].