From 94b99d3b281f9ce2ac2988c92bce8063f1a367c0 Mon Sep 17 00:00:00 2001 From: ZabejAga <81612608+ZabejAga@users.noreply.github.com> Date: Wed, 12 May 2021 22:02:12 +0300 Subject: [PATCH] exa: add --header, --git and --git-ignore examples (#5749) --- pages/common/exa.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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`