1.0.5 • Published 7 years ago

nsp-fad v1.0.5

Weekly downloads
9
License
ISC
Repository
github
Last release
7 years ago

fad

fad is just a simple command line tool to investigate files and directories within the present directory, enhancement over 'ls' command

What is this repository for?

  • spitting out files and directories within present directory
  • provides multiple commands to quickly search and investiate files and directories within present directory (i.e., whether or not a file or directory exist in the current directory)
  • Learn fad

How do I get set up?

A simple walk through of using fad:

First, install "nsp-fad" library from the Node Package Manager registry

npm install -g nsp-fad

Using it is plain simple, just start with the keyword, "fad" following the desired command for intened content

fad [COMMAND] [DIRECTORY_PATH]   //NOTE: DIRECTORY_PATH should be relative path from your current directory

Commands

To get all file and directories within your current directory:

fad all

To get all file only within your current directory:

fad files

To get all directories only within your current directory:

fad dirs

To get all files only for another directory from your current directory:

fad files ./path/to/another/directory/

Who do I talk to?

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago