gnome-shell-pano
gnome-shell-pano copied to clipboard
Next-gen Clipboard Manager for Gnome Shell
Pano - Next-gen Clipboard Manager

Supported Shell Versions
- Gnome Shell 42
Installation
-
You need
libgdafor this extension to work.-
Fedora
sudo dnf install libgda libgda-sqlite -
Arch Linux
sudo pacman -S libgda -
Ubuntu
sudo apt install gir1.2-gda-5.0 -
openSUSE
sudo zypper install libgda-6_0-sqlite typelib-1_0-Gda-6_0
-
-
You can install the extension from EGO
Usage
Navigation
<super><shift>vcan be use to toggle visibility of the Pano. This can be changed in Pano extension settings.leftandrightarrow keys can be used for navigating between items. Pressingleftkey on the first item will focus search box. Also pressingrightkey will go to first/last focused item on the list.upanddownkeys can also be use to focus on search box and items- Typing anywhere on Pano will focus on search box and filter the results.
deletekey will remove the focused item from the list.
Development
Build
-
This extension is written in Typescript and uses rollup to compile it into javascript.
-
To start development, you need nodejs installed on your system;
-
Clone the project
git clone https://github.com/oae/gnome-shell-pano.git cd ./gnome-shell-pano -
Install dependencies and build it
yarn install yarn build ln -s "$PWD/dist" "$HOME/.local/share/gnome-shell/extensions/[email protected]" -
During development you can use
yarn watchcommand to keep generated code up-to-date.
-


