Appfinder

find the location of applications on the system.

Resolves multiple folders on windows to find binaries on

Usage

rust use appfinder::get_app_path; fn main() { let path = get_app_path("firefox"); println!("Firefox is located at: {:?}", path); }

```rust use appfinder::getapppath; fn main() { let path = getapppath("discord"); println!("Discord is located at: {:?}", path);

} ```

Os support

| thing | Windows | Macos | Linux | | ------------- | :-----: | :---: | :---: | | path | 🚫 | ✅ | ✅ | | desktop files | 🚫 | 🚫 | ✅ | | start menu | ✅ | 🚫 | 🚫 | | appdata | ✅ | 🚫 | 🚫 |

Caveats