#shortcuts #pop #applications #shell #displaying #keyboard-shortcuts #demoing

app pop-os/pop-shell-shortcuts

Application for displaying and demoing Pop Shell shortcuts

1 unstable release

0.1.0 Feb 26, 2020

#1394 in Hardware support

52 stars & 10 watchers

GPL-3.0 license

18KB
410 lines

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

Dependencies

~18MB
~424K SLoC