https://github.com/lnsp/ls
Command line productivity tool
https://github.com/lnsp/ls
Last synced: about 1 year ago
JSON representation
Command line productivity tool
- Host: GitHub
- URL: https://github.com/lnsp/ls
- Owner: lnsp
- License: mit
- Created: 2016-03-23T23:55:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-05T22:04:00.000Z (about 10 years ago)
- Last Synced: 2025-02-11T16:43:04.133Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ls
## What the hack?!
If you always type `ls` and get `Command not found` on Windows, you may need this tool.
## Installation
Before you install it, you have to point your `PATH` to `%GOPATH%\bin`.
```bash
$ go get github.com/mooxmirror/ls
```
You're ready to go now! Just run `ls`.