Skip to content

b00f/gnome-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>