Giter Site home page Giter Site logo

muzena / gnome-shell-pano Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oae/gnome-shell-pano

0.0 0.0 0.0 313 KB

Next-gen Clipboard Manager for Gnome Shell

License: GNU General Public License v2.0

JavaScript 4.17% TypeScript 92.29% CSS 3.53%

gnome-shell-pano's Introduction

Pano - Next-gen Clipboard Manager

ts opensource licence latest compare

ss

Supported Shell Versions

  • Gnome Shell 42

Installation

  • You need libgda for 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> v can be use to toggle visibility of the Pano. This can be changed in Pano extension settings.
  • left and right arrow keys can be used for navigating between items. Pressing left key on the first item will focus search box. Also pressing right key will go to first/last focused item on the list.
  • up and down keys can also be use to focus on search box and items
  • Typing anywhere on Pano will focus on search box and filter the results.
  • delete key 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 watch command to keep generated code up-to-date.

gnome-shell-pano's People

Contributors

oae avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.