vgoogle
April 18, 2023 ยท View on GitHub
google search on terminal made with vcli
Installation
- Install vlang
- Clone this repo and
cdinto it - Run
v .to compile as an executable
Examples
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
Contribution
Anyone is welcome to report issues or make pull requests. Thank you.
Version
0.1.0
Changelog
0.1.0
- default plain text search (no image)
- updated README.md