Crates.io | launchthing |
lib.rs | launchthing |
version | 0.1.1 |
source | src |
created_at | 2023-06-04 06:56:00.669998 |
updated_at | 2023-06-04 07:19:09.918827 |
description | Minimalist application launcher for linux |
homepage | https://github.com/PrajwalCH/launchthing |
repository | https://github.com/PrajwalCH/launchthing |
max_upload_size | |
id | 882018 |
size | 65,932 |
launchthing is a linux application launcher written in Rust using GTK4.
https://github.com/PrajwalCH/launchthing/assets/42384293/3617055e-48a9-4d8a-b50f-0bf3cb9162ee
Prebuilt binaries are not available for now as the project is in early development phase. Consider building it from source.
To build the project you must have stable rust v1.69.0+ installed (plus dependencies). Once you have all the necessary things installed you can clone the source code and start to build it.
$ git clone https://github.com/PrajwalCH/launchthing
$ cd launchthing
$ cargo build --release
$ cargo run
The only dependency you need is GTK4 library which you can install from the package manager provided by your Linux distro.
sudo apt install libgtk-4-dev build-essential
sudo pacman -S gtk4 base-devel
sudo dnf install gtk4-devel gcc