Pierre Peltier
Pierre Peltier
Hi @Philipp-M, Thanks for the report! It seems to be a good feature indeed and it shouldn't be too hard to implement it. Sadly at the moment I don't have...
Hi! > Is windows even supported? Yep but it's in early stage for now. I will soon add some documentation into the README.
Hi @gregf ,thanks for the report. Can you show a comparison with the classical `ls` command please? At first glance the layout doesn't seems to bad but it difficult to...
I think you should wait for #289 and try again. This PR should solve several issues and maybe yours.
Hum... My second guess is the `libc::Isatty` function which have decided that your using a tty. ``` let tty_available = unsafe { libc::isatty(io::stdout().as_raw_fd()) == 1 }; ``` Maybe you can...
As this is a system property and the check is done by an external library it seems to be extremely complicated to write a test.
Hi @augustobmoura , It seems a cool feature indeed. You PR will be welcomed!
Hello @alichtman, There is no defined specs yet. This feature is already implemented by the colorls and the exa projects, I think it can be a good start to check...
Seems cool. I think that we can do something even better with the icons support. I don't know if we should add a new icons for the git status or...
Hi @jsj1027, It would be great to have inside on debian package but it's a complicated process to propose one and I don't really have the patience to do it....