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

https://github.com/konojunya/dirql

🥞 dirql displays files and directories with syntax like sql cli :)
https://github.com/konojunya/dirql

cli dirql sql

Last synced: 19 days ago
JSON representation

🥞 dirql displays files and directories with syntax like sql cli :)

Awesome Lists containing this project

README

        

# dirql

![dirql screenshot](https://raw.githubusercontent.com/konojunya/dirql/master/screenshots/dirql.gif)

🥞 dirql displays files and directories with syntax like sql cli :)

[![npm](https://img.shields.io/npm/v/dirql.svg?style=flat)](https://www.npmjs.com/package/dirql)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

# Description

dirql is a command line interface that searches by specifying a folder like SQL.

# Installation

install with npm or yarn

- npm

```
$ npm install -g dirql
```

- yarn

```
$ yarn add -g dirql
```

# Usage

```shell
$ dirql
$> select * from ./
```

# License

MIT