• B
    Change format of file sizes to be shorter · b116889a
    Ben S 提交于
    I'm copying ls here because we don't really need the 'B' for bytes to be
    listed every time. I think it looks better the new way. Unlike ls, don't
    list directory sizes, because I've never found the pseudo-sizes they get
    given at all useful.
    
    Also, fix a bug where aligning columns didn't work when the number of
    format characters (like '\x1B' and '[') were different between each
    line.
    b116889a
file.rs 4.8 KB