CI/CD | |
Docs | |
Package | |
Meta |
This provides a library and CLI (find-exe
) to find all executables given certain criteria.
>>> import find_exe
>>> find_exe.with_prefix("py")
['/usr/bin/python', ...]
pip install find-exe
The documentation is made with Material for MkDocs and is hosted by GitHub Pages.
find-exe
is distributed under the terms of the MIT license.