KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vgoogle
★ 9
Open GitHub ↗
google search on terminal made with vcli
Download README (.md)
Explore Similar Repositories
Cloudflare-bulk-dns-delete
:
A script made to delete a decently big amount of records from cloudflare DNS.
wm_sdk_w80x
:
SDK for WinnerMicro W800/W801
OpenECCI-GUI
:
GUI-based software for controlled ECCI (Electron Channelling Contrast Imaging) analysis of crystal defects in a scanning electron microscope (SEM).
Linux-PAM-Security-Administration
:
Linux PAM Security Administration, by Packt Publishing
pyproject-check-version
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vgoogle
?
Download (.md)
# vgoogle google search on terminal made with [vcli](https://github.com/changhz/vcli) # Installation 1. Install [vlang](https://github.com/vlang/v) 2. Clone this repo and `cd` into it 3. Run `v .` to compile as an executable # Examples display search result on your terminal, navigate with `less` ``` sh vgoogle world news | less ``` save the search result ``` sh vgoogle vlang doc > search.md ``` perform image search with `-m` flag ``` sh 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