[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

bram209/qLaunch

Repository files navigation

qLaunch

Quick app launcher for linux

Image of qLaunch

Installation

Required package

Solus

sudo eopkg install libgtk-3-devel

Debian & Ubuntu

sudo apt-get install libgtk-3-dev

Fedora

sudo dnf install gtk3-devel glib2-devel

Get up and running

1. Install Rust

curl -sSf https://static.rust-lang.org/rustup.sh | sh

2. Clone repository

git clone https://github.com/bram209/qLaunch.git

3. Build

cd qLaunch
cargo build --release

4. Copy to bin folder (optional)

sudo cp target/release/app-launcher /usr/bin/

5. Make a new shortcut to run the app

I use alt + F2

Disclaimer

I am new to Rust and system programming in general. The state of the code right now is a bit messy but will be cleaned up later. Any feedback or suggestions are welcome.

About

Quick app launcher for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages