colorls/lib
Claudio Bley 60cf569776 Pass a null device instead of explicitly closing stderr
When calling git any error messages should be suppressed (e.g. if an directory
is not inside a git repository).

Closing the stderr output when calling `IO.popen` works fine on POSIX systems,
but on Windows it does not and spits out a warning for every invocation:

```
git.rb:44: warning: cannot close fd before spawn
```

Fixes #517.
2022-04-30 09:13:56 +02:00
..
colorls Pass a null device instead of explicitly closing stderr 2022-04-30 09:13:56 +02:00
yaml Add colors for inode text 2022-03-20 01:55:50 +03:00
colorls.rb Use console_size if console is nil 2021-05-06 14:24:47 +02:00
tab_complete.sh Generate Zsh completion file 2017-11-22 22:32:20 +01:00