mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:15:23 +02:00
exa: add --header, --git and --git-ignore examples (#5749)
This commit is contained in:
parent
4416b0df9d
commit
94b99d3b28
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue