lspath-paged

Crates.iolspath-paged
lib.rslspath-paged
version0.1.1
sourcesrc
created_at2022-11-24 06:17:10.134011
updated_at2022-11-28 18:05:21.837596
descriptionA simple command-line app that lists the contents of the PATH environment variable, with optional paging
homepagehttps://github.com/clementi/lspath
repositoryhttps://github.com/clementi/lspath
max_upload_size
id722021
size20,055
Jeff Pratt (clementi)

documentation

README

lspath

CICD Crates.io

A command-line app that lists the contents of the PATH environment variable, with optional paging.

Installation

You can install lspath either by using Cargo, or by downloading a binary from the Releases page.

Cargo

Run this in your shell:

$ cargo install lspath-paged

Binaries

See the Releases page.

Usage

Usage: lspath [OPTIONS]

Options:
  -p, --page
          Page output

  -h, --help
          Print help information (use `-h` for a summary)

  -V, --version
          Print version information
Commit count: 17

cargo fmt