Skip to content

yelinaung/play-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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