gois

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2021 License: Unlicense Imports: 1 Imported by: 0

README

gois

CI codecov Go Report Card

gois is a command line program to search images from popular services like google, bing.

Installation

You can download the binaries directly from the releases section.

Usage

You should be able to use it directly from terminal window.

gois --help # view available commands and flags

Search images:

gois bing "night sky" # using bing
gois flickr "night sky" # using flickr
gois google "night sky" # using google

Please note that gois currently does not support automatic downloading of images. But you can easily do that using output from gois and piping that to curl/wget.

gois google -c "night sky" | xargs -I url curl --progress-bar --compressed --connect-timeout 10 --retry 3 -k -L -O url
gois google -c "night sky" | wget -q --show-progress -c -nc -T 10 -t 3 -i-

Supported Services

  • Bing
  • Flickr
  • Google

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL