Skip to content

mattn/qq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages