stopho
is a command line interface tool to generate search URLs from stock photos web sites.
To make sure available sites list, use list
command:
$ stopho list
To generate search URLs from stock photo sites, use search
command:
$ stopho search $KEYWORD
You can add -q
option to stopho list
and stopho search
to display URLs only. If you use stopho
on macOS, open the URLs on your browser with following commands:
$ open $(stopho list -q)
$ open $(stopho search -q $KEYWORD)
or open
command:
$ stopho open $KEYWORD
stopho
has a mode for JP. It can generate URLs from popular sites in Japan. If you are familiar with Japanese culture and internet meme, add alias stopho='stopho --jp'
to your .bashrc
.
To install, use go get
:
$ go get -d github.com/kohei-kimura/stopho
or use homebrew:
$ brew tap kohei-kimura/homebrew-stopho
$ brew install stopho
or download from releases page.
- Fork (https://github.com/kohei-kimura/stopho/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run
gofmt -s
- Create a new Pull Request