Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 263 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 263 Bytes

git-ls Command

This command to display git information like the ls command.

Installation

To install run:

cargo install --path .

or

cargo build -r

mkdir -p ~/.local/bin
cp target/release/git-ls ~/.local/bin