Skip to content

chintan-sh/ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filelister

A file listing utility for linux. Provides recursive list of files and directories in TEXT, JSON or YAML format. It's written in java (Still under works) for CLI lookup.

Instructions :

It accepts following CLI flags:

--help
--path=<path to folder, required>
--recursive (when set, list files recursively. default is off)
--output=<json|yaml|text, default is text>

Examples :

Run program to list help options :
sh filelister --help

Run program to list files recursively and print in JSON format :
sh filelister --path=/home/ --output=json --recursive

Run program to list files and print in YAML format :
sh filelister --path=/home/ --output=json

Run program to list files recursively and print in TEXT format :
sh filelister --path=/home/ --recursive


Text

alt tag


YAML

alt tag


JSON

alt tag

Releases

No releases published

Packages

No packages published