This package has been deprecated

Author message:

No longer being maintained

nsp-fad

1.0.5 • Public • Published

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?

Package Sidebar

Install

npm i nsp-fad

Weekly Downloads

0

Version

1.0.5

License

ISC

Last publish

Collaborators

  • npranto