1.0.8 • Published 6 months ago

@soniix/listdir v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago