1.0.275 • Published 8 years ago

mister-lister v1.0.275

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.273

8 years ago

1.0.272

8 years ago

1.0.271

8 years ago

1.0.27

8 years ago

1.0.26

8 years ago

1.0.24

8 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.2

8 years ago