colorls/lib
Claudio Bley 1795844679 Fix rubocop offense about redundant argument for String#split
```
lib/colorls/core.rb:213:14: C: Style/RedundantArgument: Argument ' ' is
redundant because it is implied by default.
      size = Filesize.from("#{filesize} B").pretty.split(' ')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
2020-11-26 09:07:58 +01:00
..
colorls Fix rubocop offense about redundant argument for String#split 2020-11-26 09:07:58 +01:00
yaml Directly use Unicode symbols in yaml config 2020-05-08 22:12:35 +02:00
colorls.rb Take display width of characters into account 2020-11-22 21:29:51 +01:00
tab_complete.sh Generate Zsh completion file 2017-11-22 22:32:20 +01:00