We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
--stdin
plocate something | eza
-
plocate something | eza -
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I really love the "--stdin" option -- my use case is searching for files globally using plocate and then piping them into eza:
I was wondering if it could be possible to add a shortcut for
--stdin
option. I'm thinking two options:plocate something | eza
would just automatically work.-
, e.g.:plocate something | eza -
Thank you!
The text was updated successfully, but these errors were encountered: