All Projects → mattn → Qq

mattn / Qq

Programming Languages

go
31211 projects - #10 most used programming language

qq

Build Status

Coverage Status

Select stdin with query.

Usage

$ ps | qq -q "select pid from stdin"
9324
16344
13824
$ ps | qq -q "select command from stdin where pid = 9324"
/usr/bin/grep

Requirements

  • go

Installation

Library install

$ go get github.com/mattn/qq

or Command install

$ go get github.com/mattn/qq/...

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].