Description
I really love the "--stdin" option -- my use case is searching for files globally using plocate and then piping them into eza:
plocate some pattern | eza -l --sort=size --stdin
I was wondering if it could be possible to add a shortcut for --stdin
option. I'm thinking two options:
- Determining whether stdin is there automatically, so that
plocate something | eza
would just automatically work. - Or/and
-
, e.g.:plocate something | eza -
Thank you!
Metadata
Metadata
Assignees
Labels
No labels