1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 16:15:23 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`