1. 08 5月, 2022 1 次提交
  2. 01 4月, 2022 1 次提交
  3. 15 1月, 2022 1 次提交
  4. 26 12月, 2021 1 次提交
  5. 10 12月, 2021 1 次提交
  6. 12 8月, 2021 1 次提交
  7. 27 4月, 2021 1 次提交
  8. 02 4月, 2021 1 次提交
  9. 24 3月, 2021 1 次提交
  10. 28 2月, 2021 1 次提交
  11. 19 1月, 2021 1 次提交
  12. 14 1月, 2021 1 次提交
  13. 15 10月, 2020 1 次提交
  14. 14 10月, 2020 1 次提交
    • B
      README REVAMP · 6ef7dba1
      Benjamin Sago 提交于
      • Make the README look a bit nicer, with centered text and links and badges and stuff like that. Everyone knows that software is better if it has badges in its readme
      • Fix bug where the options list was unnaturally spaced
      • More OS installation commands
      • A couple of rephrasings
      6ef7dba1
  15. 12 11月, 2019 1 次提交
    • E
      Add missing flags in documentation files · aded70c9
      ecanja 提交于
      - Update completions
        - fish		(-D)
        - zsh			(-D, --changed)
      - Update man page	(--changed)
      - Update README		(-F, --changed, --icons)
      - Update help text	(--changed)
      aded70c9
  16. 20 10月, 2019 1 次提交
  17. 29 8月, 2019 1 次提交
  18. 21 7月, 2019 2 次提交
  19. 29 5月, 2019 1 次提交
  20. 24 3月, 2019 1 次提交
  21. 06 1月, 2019 1 次提交
  22. 21 11月, 2018 1 次提交
  23. 27 10月, 2018 1 次提交
  24. 24 10月, 2018 1 次提交
  25. 21 10月, 2018 1 次提交
  26. 05 10月, 2018 1 次提交
  27. 06 12月, 2017 1 次提交
  28. 05 10月, 2017 1 次提交
  29. 30 9月, 2017 1 次提交
  30. 14 9月, 2017 2 次提交
    • B
      Flip the new/old order, and add suggestion for -lt · c475cccc
      Benjamin Sago 提交于
      I changed my mind about which way round sorting by “newest” or by “oldest” should actually go. If you’re listing a large directory, you see the last lines of the output first, so these files should be the ones with the largest whatever the sort field is. It’s about sorting *last*, not sorting *first*. Sorting by size wouldn’t say “sorts smallest files first”, it would say “sorts largest files last”. Right?
      
      Also, add a new suggestion that warns against “ls -lt”.
      c475cccc
    • B
      Add more modified date aliases · 0fefc78c
      Benjamin Sago 提交于
      I don’t really see the modified date as the *modified* date, rather just the *date* field, because it’s the date field I refer to like 99.9% of the time. So now it has aliases to match.
      
      Also are included are aliases for the reverse order, because I’d rather write “new” than “the reverse of old”.
      0fefc78c
  31. 05 9月, 2017 1 次提交
  32. 21 8月, 2017 1 次提交
    • B
      Default to sorting case-insensitively · 57c647fe
      Benjamin Sago 提交于
      This was touched on in #209 where I got the docs wrong compared to the actual implementation, but after thinking about it, I’d like to switch it round. (The --sort=Name and --sort=name difference has also been switched.) See the big ol’ comment for my reasons.
      
      Because this changes core functionality, it broke many, many tests. You can see that this doesn’t change the -star- tests because the shell, rather than exa, orders the globbed files.
      
      I kept on forgetting which way round Sensitive and Insensitive went, so I named them after the effect they have.
      57c647fe
  33. 06 8月, 2017 1 次提交
  34. 06 7月, 2017 1 次提交
  35. 29 6月, 2017 2 次提交
  36. 07 5月, 2017 1 次提交
    • B
      Make all the option descriptions the same · e2f73927
      Benjamin Sago 提交于
      The old option descriptions were all written at different times, and needed some consistency. This makes everything consistent between the help text, README, man page, and shell completions, and fixes some mistakes made when writing them.
      
      This also adds the missing options to the man page, fixing #175.
      e2f73927
  37. 11 4月, 2017 1 次提交