Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 849 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 849 Bytes

wl-clipboard-history: Wayland clipboard history tracker

Simple bash script that uses wl-clipboard and sqlite to remember wayland clipboard history.

Usage

Usage: ./wl-clipboard-history OPTION [ARG]

   -t           Track clipboard changes
   -l [NUMBER]  Print last NUMBER of clipboard entries (defaults to 10 entries)
   -p [INDEX]   Print clipboard entry at INDEX (defaults to the last entry)

To use with sway add the following to your configuration:

exec wl-clipboard-manager -t

There's also a fzf wrapper for selecting the contents with a TUI.

TODO

  • Add support to delete entries from the history (eg. secrets)