1.0.8 • Published 7 months ago

@soniix/listdir v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

listdir 🗂️

npm version

Description

listdir is a simple and intuitive CLI command that lists the content of a directory, including information like file type, size and last modified time.

Install

Make sure you have Node.js installed and run the following command :

npm install -g @soniix/listdir

Usage

Once installed, use the listdir command followed by the directory path :

listdir /directory/path

If no directory path is provided, the current directory will be listed :

listdir

Options

You can choose to show all files including hidden files using the -a option :

listdir -a /directory/path

This will also work :

listdir /directory/path -a

Example

Here is an example of the listdir command output :

output_example

Useful links

1.0.8

7 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago