breadbox: fast Rust application launcher for wofi
Zero-dependency Rust rewrite of the breadboard launcher. Parses .desktop files in-process (no awk subprocesses), builds a tab-separated cache for wofi dmenu, and supports stale-while-revalidate background rebuilds. Apps-only for now; icon support to be added later.
This commit is contained in:
commit
d5bbc25986
5 changed files with 326 additions and 0 deletions
4
Cargo.toml
Normal file
4
Cargo.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[package]
|
||||
name = "breadbox"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
Loading…
Add table
Add a link
Reference in a new issue