Options (8)
-1, --onelinebooleanList files one per line
Example:
exa {{[-1|--oneline]}}-a, --allbooleanList all files, including hidden files
Example:
exa {{[-a|--all]}}-l, --longbooleanLong format list (permissions, ownership, size, and modification date) of all files
Example:
exa {{[-l|--long]}} {{[-a|--all]}}-r, --reversebooleanList files with the largest at the top
Example:
exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}-s, --sortbooleanList files with the largest at the top
Example:
exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}-T, --treebooleanDisplay a tree of files, three levels deep
Example:
exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}-L, --levelbooleanDisplay a tree of files, three levels deep
Example:
exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}-h, --headerbooleanList files with their headers, icons, and Git statuses
Example:
exa {{[-l|--long]}} {{[-h|--header]}} --icons --gitExamples (8)
List files one per line
exa [-1|--oneline]List all files, including hidden files
exa [-a|--all]Long format list (permissions, ownership, size, and modification date) of all files
exa [-l|--long] [-a|--all]Display a tree of files, three levels deep
exa [-l|--long] [-T|--tree] [-L|--level] 3List files sorted by modification date (oldest first)
exa [-l|--long] [-s|--sort] modifiedList files with their headers, icons, and Git statuses
exa [-l|--long] [-h|--header] --icons --gitDon't list files mentioned in `.gitignore`
exa --git-ignoremade by @shridhargupta | data from tldr-pages