A command-line app that lists the contents of the PATH environment variable, with optional paging.
You can install lspath either by using Cargo, or by downloading a binary from the Releases page.
Run this in your shell:
sh
$ cargo install lspath-paged
See the Releases page.
``` Usage: lspath [OPTIONS]
Options: -p, --page Page output
-h, --help
Print help information (use -h
for a summary)
-V, --version Print version information ```