1. 01 2月, 2015 2 次提交
  2. 29 1月, 2015 1 次提交
    • B
      Change the way columns are created · b0cdd17b
      Ben S 提交于
      You can now have different columns per directory. So now, the Git column only appears when there's a Git repository in the current directory.
      b0cdd17b
  3. 27 1月, 2015 2 次提交
  4. 26 1月, 2015 2 次提交
  5. 25 1月, 2015 3 次提交
  6. 24 1月, 2015 4 次提交
  7. 13 1月, 2015 5 次提交
  8. 12 1月, 2015 1 次提交
  9. 01 1月, 2015 1 次提交
  10. 24 12月, 2014 1 次提交
  11. 18 12月, 2014 2 次提交
  12. 15 12月, 2014 1 次提交
  13. 12 12月, 2014 1 次提交
  14. 26 11月, 2014 1 次提交
  15. 25 11月, 2014 3 次提交
  16. 24 11月, 2014 3 次提交
  17. 23 7月, 2014 3 次提交
  18. 22 7月, 2014 1 次提交
    • B
      Upgrade to latest Rust nightly · 4cbc1f06
      Ben S 提交于
      - Lifetime changes in unix.rs
      - lexical_ordering -> cmp
      - from_utf8_lossy got moved into String
      - vec.get(n) -> vec[n]
      4cbc1f06
  19. 08 7月, 2014 1 次提交
  20. 07 7月, 2014 1 次提交
    • B
      Add grid view by default · 728f9f18
      Ben S 提交于
      This makes it more like ls. The --long (-l) argument has been added to get at the old behaviour, and the --links argument is now on -H. I can't crib this behaviour from ls because it shows it by default.
      
      TODO: The terminal size is currently assumed to be 80, and it uses the string length, rather than the width.
      728f9f18
  21. 06 7月, 2014 1 次提交