Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 898 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 898 Bytes

play-info

(WIP) Get a Play Store app info via cmd. Inspired by awesome market_bot gem and psi style command line results.

Screenshot

How to Use

play-info can be easily installed as an executable. Download the latest compiled binaries and put it anywhere in your executable path.

Or, if you've done Go development before and your $GOPATH/bin directory is already in your PATH:

$ go get github.com/yelinaung/play-go
$ cd $GOPATH/src/github.com/yelinaung/play-info
$ go run play-info.go "com.yelinaung.programmerexcuses"

TODO

  • More result attributes
  • Homebrew formula
  • Fuzzy Search. e.g gmail

License

MIT