Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.32 KB

Gnome Clipboard

A gnome shell extension for managing clipboard content in Gnome.

It allows you to pin clipboard items, select them, or remove them from the history.

Installation

To install the most recent release, visit Gnome Clipboard on the Official GNOME Extensions page.

From source code

Before compiling the code make sure you have installed Typescript.

A Makefile is included. To compile the code, run the following command:

git clone https://github.com/b00f/gnome-clipboard.git
cd gnome-clipboard
make install

If you want to test your changes, run: make test && make listen. It will automatically install the extension and restart the gnome-shell.

You can run make test_wayland to test this extension on wayland.

How to contribute

If you would like to help improve this extension, you are welcome to contribute! To get started, review the code; there are some TODO comments that you might be interested in working on.

You can also add new translation using the following command:

msginit -i ./po/gnome-clipboard.pot -l <YOUR-LANG-ID>