1. 11 7月, 2014 1 次提交
  2. 08 7月, 2014 3 次提交
  3. 07 7月, 2014 2 次提交
    • B
      Colour file names in grid view · 92ccf821
      Ben S 提交于
      92ccf821
    • 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
  4. 06 7月, 2014 3 次提交
  5. 04 7月, 2014 1 次提交
  6. 03 7月, 2014 3 次提交
  7. 02 7月, 2014 4 次提交
  8. 30 6月, 2014 7 次提交
  9. 29 6月, 2014 3 次提交
  10. 28 6月, 2014 8 次提交
  11. 27 6月, 2014 2 次提交
  12. 26 6月, 2014 1 次提交
    • B
      Highlight link number for files with multiple links · baf9f957
      Ben S 提交于
      Curiously enough, this turned out to be helpful today... Git can't
      traverse symlinks, so I had to use hard links instead, and then I had to
      work out which files had more than one link at a glance. If I hadn't
      already had most of exa written, I'd be stuck using find!
      baf9f957
  13. 24 6月, 2014 2 次提交