Implementation of "ls" command for Windows written in C. Provides correct word alignment. Supports pattern search and common options
> ls [OPTION]... [FILE]...
-a, --all do not ignore entries starting with .
-A, --almost-all do not list implied . and ..
-l use a long listing format
-r, --reverse reverse order while sorting
-S sort by file size, largest first
-t sort by time, newest first; see --time
-1 list one file per line
--help display this help and exit
--version output version information and exit
> ls '[PATTERN]' (e.g. '*.exe' prints all files that names ends with ".exe").
Installation from releases:
After that you should be able to use respective programs by typing ls/lsd in Cmd
