All Projects → pop-os → shell-shortcuts

pop-os / shell-shortcuts

Licence: GPL-3.0 license
Application for displaying and demoing Pop Shell shortcuts

Programming Languages

rust
11053 projects
Makefile
30231 projects

Pop Shell Keyboard Shortcuts

Application for displaying and demoing Pop Shell shortcuts.

Dependencies

The following dependencies are required to build shell-extensions.

On a debian-derived distribution, the required dependencies are easily installed with apt.

apt install cargo libgtk-3-dev rustc

Build

First, get the project's source code.

git clone https://github.com/pop-os/shell-shortcuts.git

The following make commands are run from the top-level of the source directory, so move to that directory.

cd shell-shortcuts

The project's sources are built with make.

make

Assuming nothing goes wrong, this will generate the pop-shell-shortcuts executable in the target/release directory.

By default, the application is built for release. To build the binary with debug symbols, provide DEBUG=1 with the make command.

make DEBUG=1

This will generate the pop-shell-shortcuts executable in the target/debug directory.

Install

Install with make.

sudo make install

Alternatively, the debug version can be installed.

sudo make install DEBUG=1

An uninstall target is also provided to remove the installed application.

sudo make uninstall

Run

Execute the pop-shell-shortcuts binary. Assuming the binary has been installed in your path, run it as usual.

pop-shell-shortcuts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].