Skip to content

atoy322/ls-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls command for windows written in Go

Caution

There are many differences of behavior from official ls command. It only provides directory listing function.

Features

  • Windows support
  • Minimum functions
  • 日本語に対応 (multibyte-char support)

Install

$ go install github.com/atoy322/ls-exe/cmd/ls@latest

Supported arguments

  • -a show hidden file (filename[0] == '.')
  • --color colored output
  • I'll add args someday.

Why did I make this

Because the Gow(GNU on Windows) does not support for Japanese(multibyte-char).

screenshot

ls files

License

MIT