diff --git a/pages/common/exa.md b/pages/common/exa.md index 088e6888df..4536321ce7 100644 --- a/pages/common/exa.md +++ b/pages/common/exa.md @@ -26,3 +26,11 @@ - List files sorted by modification date (oldest first): `exa --long --sort={{modified}}` + +- List files with their headers, icons, and Git statuses: + +`exa --long --header --icons --git` + +- Don't list files mentioned in `.gitignore`: + +`exa --git-ignore`