dlauncher 0.1.1

An application launcher for Linux that is based on Ulauncher
Documentation
1
2
3
4
5
6
7
8
// Navigation helper
pub mod navigation;
// Result UI element
pub mod result;
// Launcher utilties
pub mod util;
// Launcher UI and main logic as well as many public functions useful for extensions.
pub mod window;