google search on terminal made with vcli
- Install vlang
- Clone this repo and
cd
into it - Run
v .
to compile as an executable
display search result on your terminal, navigate with less
vgoogle world news | less
save the search result
vgoogle vlang doc > search.md
perform image search with -m
flag
vgoogle beautiful sky -m
Anyone is welcome to report issues or make pull requests. Thank you.
0.1.0
- default plain text search (no image)
- updated README.md