Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e-jigsaw/qls
Quoted ls
https://github.com/e-jigsaw/qls
Last synced: 26 days ago
JSON representation
Quoted ls
- Host: GitHub
- URL: https://github.com/e-jigsaw/qls
- Owner: e-jigsaw
- Created: 2014-09-20T04:46:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T05:31:51.000Z (about 10 years ago)
- Last Synced: 2024-05-02T06:18:40.036Z (6 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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