1. 31 10月, 2016 1 次提交
  2. 30 10月, 2016 2 次提交
    • B
      File size colours on a scale · 86065f83
      Ben S 提交于
      This adds an option (always on at the moment) to use a colour scale of green to yellow to orange for the file size field instead of always green. See #65.
      86065f83
    • B
      Make the views non-Copy · a6712994
      Ben S 提交于
      This has to be done for when ignore patterns get introduced and have to be stored in a Vec.
      a6712994
  3. 29 8月, 2016 1 次提交
    • B
      Add legal values to error messages · 7e15e0dd
      Brandon W Maister 提交于
      Now when you do `--sort time` instead of saying "unknown option --sort
      time" it will say "unknown options '--sort time' (choices: name...)"
      with all legal options.
      
      This also adds the legal values to the default help text.
      7e15e0dd
  4. 18 4月, 2016 2 次提交
    • B
      Remove unused argument · 476406f4
      Benjamin Sago 提交于
      476406f4
    • B
      Split up the options module · e9e1161c
      Benjamin Sago 提交于
      The original options was becoming a bit unwieldy, and would have been even more so if I added the same amount of comments. So this commit splits it up.
      
      There's no extra hiding going on here, or rearranging things within the module: (almost) everything now has to be marked 'pub' to let other sub-modules in the new options module to see it.
      e9e1161c