Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e-jigsaw/qls

Quoted ls
https://github.com/e-jigsaw/qls

Last synced: 26 days ago
JSON representation

Quoted ls

Awesome Lists containing this project

README

        

qls
===

# Requirements

* Node.js
* Coffeescript

# Installation

```
% npm install -g https://github.com/e-jigsaw/qls/tarball/master
```

# Usage

```
% qls .
'.git'
'bin'
'lib'
'package.json'
```

Full path option is `-f`.

```
% qls -f .
'/src/qls/.git'
'/src/qls/bin'
'/src/qls/lib'
'/src/qls/package.json'
```

# Changelog

## v0.0.2

* `-f` Full path option

## v0.0.1

* Initial release

# Author

* Jigsaw (http://jgs.me)

# License

MIT