1.0.275 • Published 10 years ago

mister-lister v1.0.275

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

#Mister Lister

Print a list of files and directories in a format resembling the output provided by npm list

###Install Globally

npm intall -g mister-lister

###Run

  1. In CLI, navigate to directory for which you want a list of files

  2. Run lister

###Options

  • --depth=n or --maxdepth=n where n is the number of file layers displayed

###Output

  /Users/thomas/Downloads/testDirectory
 └──┬ 📁  levelTwoDirectory1
 |  ├─── 📁  emptyDirectory
 |  └─── 📄  text1-1.txt
 └──┬ 📁  levelTwoDirectory2
 |  └──┬ 📁  levelThreeDirectory1
 |  |  └──┬ 📁  levelFourDirectory1
 |  |  |  ├─── 🗻  image4-1-1.jpg
 |  |  |  ├─── 🗻  image4-1-2.jpg
 |  |  |  ├─── 🗻  image4-1-3.jpeg
 |  |  |  ├─── 📄  text4-2-1.txt
 |  |  |  └─── 📄  text4-2-2.txt
 |  |  ├─── 🗻  image3-2-1.jpg
 |  |  └─── 📄  text3-2-1.txt
 |  └─── 📄  text2-1.txt
 ├─── 📄  text0-1.txt
 └─── 📄  text0-2.txt
1.0.275

10 years ago

1.0.273

10 years ago

1.0.272

10 years ago

1.0.271

10 years ago

1.0.27

10 years ago

1.0.26

10 years ago

1.0.24

10 years ago

1.0.23

10 years ago

1.0.22

10 years ago

1.0.21

10 years ago

1.0.2

10 years ago