benbaker76 / gnome-clipboard-history

Gnome Clipboard History is a Gnome extension that saves what you've copied into an easily accessible, searchable history panel.

Home Page:https://extensions.gnome.org/extension/4839/clipboard-history/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gnome Clipboard History

Gnome Clipboard History is a Gnome extension that saves what you've copied into an easily accessible, searchable history panel.

The extension is a rewrite of Clipboard Indicator with vastly improved performance, new features, and bug fixes.

Download

Install the extension from here: https://extensions.gnome.org/extension/4839/clipboard-history/.

Tips

Tutorial screenshot

  • Open the panel from anywhere with Super + Shift + V.
  • Modify shortcuts in settings or delete them by hitting backspace while editing a shortcut.
  • Use the Only save favorites to disk feature to wipe your non-favorited items on shutdown.
  • Use Private mode to temporarily stop processing copied items.
  • Use keyboard shortcuts while the panel is open:
    • Ctrl + N where N is a number from 1 to 9 to select the Nth non-favorited entry.
    • Super + Ctrl + N where N is a number from 1 to 9 to select the Nth favorited entry.
    • Ctrl + p/n to navigate to the previous/next page.
    • Ctrl + Alt + S to open settings.
    • / to search.
    • F to (un)favorite a highlighted item.
  • Search uses case-insensitive regex.

Install from source

Clone this repo into ~/.local/share/gnome-shell/extensions/ and then run:

$ make
$ gnome-extensions enable clipboard-history@alexsaveau.dev

About

Gnome Clipboard History is a Gnome extension that saves what you've copied into an easily accessible, searchable history panel.

https://extensions.gnome.org/extension/4839/clipboard-history/

License:MIT License


Languages

Language:JavaScript 95.9%Language:Rust 3.2%Language:Makefile 0.5%Language:CSS 0.3%Language:Shell 0.1%