ls-cmd
v0.1.0
Published
JavaScript implementation of the Unix ls command
Downloads
4
Readme
ls-cmd
Node.js implementation of the Unix
ls
command. Just because it's fun!
Installation
This module should be installed globally:
$ [sudo] npm install -g ls-cmd
Usage
$ nls [path]
Future Development
This module is rather simple and some features are not yet provided, compared to the standard ls
command.
- [ ] Coloured output
- [ ] UID and GID resolutions into actual user/group names
- [ ] Proper symlink support
- [ ] Man page?
Pull requests are certainly welcome!
License
This software is licensed under the BSD-3-Clause License. See the LICENSE file for more information.