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
ls allows to hide the date and time columns with ls -l --time-style=+"". It would be nice if exa could accomplish the same.
ls
ls -l --time-style=+""
exa
~> ls -l --time-style=+"" total 36 drwxr-xr-x 6 tux users 4096 Desktop/ drwxr-xr-x 15 tux users 4096 Documents/ drwxr-xr-x 7 tux users 4096 Downloads/ drwxr-xr-x 9 tux users 4096 Music/ drwxr-xr-x 6 tux users 164 Pictures/ drwxr-xr-x 17 tux users 195 src/ drwxr-xr-x 5 tux users 97 Videos/
Suggested solutions:
--time-style
hide
--no-date-and-time
Patch I wrote a patch which adds the hide variant to --time-style, would you like to get a pull request to merge it upstream?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
I never thought about using --time-style to hide the column! The eventual goal is to make every column hideable and reorderable in #161.
No branches or pull requests
ls
allows to hide the date and time columns withls -l --time-style=+""
. It would be nice ifexa
could accomplish the same.Suggested solutions:
--time-style
hide
--no-date-and-time
(might be more accessible) to hide time informationPatch
I wrote a patch which adds the
hide
variant to--time-style
, would you like to get a pull request to merge it upstream?The text was updated successfully, but these errors were encountered: