LS
fima ls is a modern reimplementation of ls with additional features and customization options.
Usage
fima ls [PATHS] [OPTIONS]
Options:
-i, --iconsPut an icon next to the name of the item-a, --allWill also count the dotfiles-1, --one-lineDisplay one entry per line--group-directories-firstList directories before files--group-directories-lastList directories after files-l, --longDisplay the file metadata
Long output options:
-v, --verboseDisplay the number of directories and files-H, --headersAdd a header to each column
Examples
sh
# Basic listing
fima ls
# Long listing with icons
fima ls -li
# Show hidden files and group directories first
fima ls -lia --group-directories-first
# Multiple paths and glob patterns
fima ls path/ file.txt "**/glob[.txt]*"Showcase


