Skip to content

LS

fima ls is a modern reimplementation of ls with additional features and customization options.

Usage

fima ls [PATHS] [OPTIONS]

Options:

  • -i, --icons Put an icon next to the name of the item
  • -a, --all Will also count the dotfiles
  • -1, --one-line Display one entry per line
  • --group-directories-first List directories before files
  • --group-directories-last List directories after files
  • -l, --long Display the file metadata

Long output options:

  • -v, --verbose Display the number of directories and files
  • -H, --headers Add 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



Released under the GPL 3.0 License.