Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/SUPERCILEX/gnome-clipboard-history

Gnome Clipboard History is a clipboard manager Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
https://github.com/SUPERCILEX/gnome-clipboard-history

clipboard clipboard-history clipboard-manager gnome gnome-shell-extension

Last synced: 8 days ago
JSON representation

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

Lists

README

        

# Gnome Clipboard History

[Gnome Clipboard History](https://extensions.gnome.org/extension/4839/clipboard-history/) is a
clipboard manager GNOME extension that saves what you've copied into an easily accessible,
searchable history panel.

The extension is a rewrite of
[Clipboard Indicator](https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator) with
[vastly improved performance](https://alexsaveau.dev/blog/projects/performance/gnome/gch/gnome-clipboard-history),
new features, and
[bug fixes](https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/pull/338).

## Download

[Get it on GNOME Extensions](https://extensions.gnome.org/extension/4839/clipboard-history/)

## Tips

![Tutorial screenshot](tutorial-screenshot.png)

- 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](https://regex101.com/?flavor=javascript).

## Install from source

A note on versioning:

- The `master` branch and `1.4.x` tags support GNOME 45.
- The `pre-45` branch and `1.3.x` (or earlier) tags support GNOME 40-44.

### Build

```shell
cd ~/.local/share/gnome-shell/extensions/ && \
git clone https://github.com/SUPERCILEX/gnome-clipboard-history.git [email protected] && \
cd [email protected] && \
make
```

### Restart GNOME

Alt + F2 then type `r`.

### Install

```shell
gnome-extensions enable [email protected]
```