Dmitry Borzov
Dmitry Borzov
I researched this subject a little when working on [lsp](https://github.com/dborzov/lsp). Only MacOS X and iOS has the characters for the unicode's code points: http://en.wikipedia.org/wiki/Emoji#Apple_encoding , no support for windows or...
That would have been amazing! The cli options parser is at `arguments.go`. Reading unit tests at `arguments_test.go` also may be helpful. Feel free to substitute it with whatever external library...
heh, thanks for reporting that, will look into this
Good catch, thank you for letting me know. i will look into this
Hm, that is weird. I was not able to reproduce this issue on MacOS and Ubuntu, not sure what is up :0
Yeah, I see the issue
Yeah, I am still thinking about how to approach this best. I am not sure if I want to just replicate the `ls` behaviour. In my experience I often actually...
@rampantmonkey I like this suggestion and am going to go with it. @apbryan I believe tools such as this should not have any configurable parts (let alone ignore lists). The...
I would rather show all the files by default. Hiding them is confusing to people who are not aware of the [concept of hidden files](http://xkcd.com/1053/) and everyone else can just...
Yeah, definitely will need to add that. If anyone wants to chip in, please let me know. It should be pretty straightforward. One thing here is that `ls` switch style...