Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rvantonder/q


https://github.com/rvantonder/q

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Example

[`NOT repo:foo AND (file:bar (baz OR qux))`](https://rvantonder.github.io/q/#NOT%20repo:foo%20AND%20(file:bar%20(baz%20OR%20qux)))

## Very long query?

```
echo 'const p = require("./parser.min.js"); console.log(p.parse("very long query"))' | node --stack-size=9999
```