There are many differences of behavior from official ls command. It only provides directory listing function.
- Windows support
- Minimum functions
- 日本語に対応 (multibyte-char support)
$ go install github.com/atoy322/ls-exe/cmd/ls@latest
-a
show hidden file (filename[0] == '.')--color
colored output- I'll add args someday.
Because the Gow(GNU on Windows) does not support for Japanese(multibyte-char).
MIT