Skip to content

cohhei/stopho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stopho

stopho is a command line interface tool to generate search URLs from stock photos web sites.

Demo

demo

Usage

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

JP mode 🇯🇵

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.

Install

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.

Contribution

  1. Fork (https://github.com/kohei-kimura/stopho/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run gofmt -s
  6. Create a new Pull Request

Licence

MIT

Author

Kohei Kimura

About

Generate search URLs from stock photos web sites.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages