Skip to content
/ elbey Public

Bare bones deskop app launcher with iced for Linux

License

Notifications You must be signed in to change notification settings

kgilmer/elbey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elbey

logo

A basic desktop app launcher implemented in Rust on the iced UI framework for Linux. This project is intentionally simple and "low abstraction" to aid in discovery and experimentation (also known as "fun"). Upon launch, the program lists all of the locally installed desktop apps with a filter widget set above. To launch, hit enter on the selected item, or use the mouse.

Status

The application is functional in that desktop apps can be launched from the dialog. There is no caching, modes, persistent memory, custom theming, or other fancy features. But, you can add them yourself if you want!

Feature Ideas

Things that might be fun to add to ebley:

  • Sort the entries by usage or name (Done: Pull Request)
  • Use layer shell so window always on top of existing windows (Done: Pull Request)
  • Implement page up and page down (Done: Pull Request)
  • Add caching to speed up retrieval of the apps (Pull Request)
  • Show app icons in addition to the titles
  • Allow theme to be selected from the command line
  • Allow for custom themes

Tests

There are a few unit tests that exercise some basic functions.

Documentation

The rustdoc is available here: https://kgilmer.github.io/elbey

Get it

Screenshot

Elbey is only distributed via source here.

Build

cargo build --release

Launch/Test

./target/release/elbey

Install

cargo install --path .
which elbey # where cargo installed the binary

Credit

This program was inspired by the friendly docs of iced itself, other desktop app launchers such as pop-launcher and onagre, gauntlet, iced_launcher, and the greater Rust desktop cohort. Of course the venerable rofi must also be mentioned.

Project logo was created by Mira Gilmer.

About

Bare bones deskop app launcher with iced for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages