Pop Shell Keyboard Shortcuts
September 28, 2020 ยท View on GitHub
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