Quick app launcher for linux
sudo eopkg install libgtk-3-devel
sudo apt-get install libgtk-3-dev
sudo dnf install gtk3-devel glib2-devel
curl -sSf https://static.rust-lang.org/rustup.sh | sh
git clone https://github.com/bram209/qLaunch.git
cd qLaunch
cargo build --release
sudo cp target/release/app-launcher /usr/bin/
I use alt + F2
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.