Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changhz/vgoogle
google search on terminal made with vcli
https://github.com/changhz/vgoogle
Last synced: 3 months ago
JSON representation
google search on terminal made with vcli
- Host: GitHub
- URL: https://github.com/changhz/vgoogle
- Owner: changhz
- Created: 2023-02-15T18:37:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-19T13:41:48.000Z (over 1 year ago)
- Last Synced: 2024-04-23T16:38:09.755Z (7 months ago)
- Language: V
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-v - vgoogle - Make google search on the terminal. (Applications / Command-line)
README
# 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