path_utils 0.0.1
path_utils: ^0.0.1 copied to clipboard
Cross-platform path resolution and subprocess environment utilities. Resolves GUI-app PATH gaps, finds executables, and runs commands with a shell-aware environment.
0.0.1 #
- Initial release.
PlatformPaths: home-directory expansion, PATH list split/join, normalization, and POSIX shell quoting.ShellEnvironment: merges inherited PATH with interactive-shell values and common Unix fallbacks; resolvesJAVA_HOME.ExecutableFinder: locates executables on the comprehensive PATH (with Windows extension support).CommandExecutor/CommandResult: run subprocesses with the resolved environment and capture stdout/stderr.