Skip to content

A tree command clone made with rust, displays the contents of a directory in a tree format.

Notifications You must be signed in to change notification settings

mystique09/lls-clap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display the content of a target directory in a tree format.

Made with:

  • clap.rs
  • rust

Help

A tree command clone made with rust, displays the contents of a directory in a tree format.

Usage: lls [OPTIONS] [target]...

Arguments:
  [target]...  Target directory

Options:
  -a, --all      Include hidden files
  -h, --help     Print help information
  -V, --version  Print version information

Installation, there are two ways to install this.

  1. Clone the repository, and build using cargo b --realease.
git clone https://github.com/mystique09/lls-clap
cd lls-clap
cargo b --realease
# The binary is inside the target/release directory.
  1. Install using cargo install.
cargo install --git https://github.com/mystique09/lls-clap

About

A tree command clone made with rust, displays the contents of a directory in a tree format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages