0.1.0 • Published 10 years ago

ls-cmd v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
10 years ago

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.