exa: add --header, --git and --git-ignore examples (#5749)

This commit is contained in:
ZabejAga
2021-05-12 22:02:12 +03:00
committed by GitHub
parent 4416b0df9d
commit 94b99d3b28

View File

@@ -26,3 +26,11 @@
- List files sorted by modification date (oldest first): - List files sorted by modification date (oldest first):
`exa --long --sort={{modified}}` `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`