Skip to content
New issue

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

Feature request: short format for times #264

Open
vi opened this issue Aug 10, 2017 · 1 comment
Open

Feature request: short format for times #264

vi opened this issue Aug 10, 2017 · 1 comment

Comments

@vi
Copy link

vi commented Aug 10, 2017

$ ls -lhtc
...
$ exa -lhtc
Option --time (-t) has no value "c" (Choices: (choices: modified, accessed, created))

c, m and a should be aliases for created, modified and accessed.

P.S. exa -lht -> NeedsValue { flag: Short(116) } -> The error message looks not user-friendly. Expected something like "Specify modified, accessed or created after -t parameter" (or just reasonable default - modified).

@ariasuni
Copy link
Collaborator

Note that the error message has been improved since then:

$ exa -lht
exa: Flag -t needs a value (choices: modified, changed, accessed, created)
To sort newest files last, try "--sort newest", or just "-snew"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants