#executable #finder #variables #path #find #finding #installed

executable-finder

Find executables in PATH variable

8 releases

0.3.0 Oct 16, 2022
0.2.2 Oct 11, 2022
0.1.3 Feb 12, 2022
0.1.2 Jan 24, 2022

#23 in #finder

Download history 32/week @ 2024-09-23 38/week @ 2024-10-07 9/week @ 2024-10-14 54/week @ 2024-10-28 31/week @ 2024-11-04

102 downloads per month

MIT license

7KB
143 lines

executable-finder

A rust library for finding installed executables

use executable_finder::executables;

fn main() {
    let executables = executables().unwrap();
    for executable in executables {
        println!("{:?}", executable);
    }
}

Dependencies

~0–265KB