Skip to content

Kl4rry/executable-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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);
    }
}

About

๐Ÿ”Ž A rust library for finding executables in PATH variable

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages