google terminal
- 3 Devlogs
- 5 Total hours
its my first go project, and its a search engine in the terminal (will probably do way more with it later on once I learned more go)
its my first go project, and its a search engine in the terminal (will probably do way more with it later on once I learned more go)
little ashamed…nothing really changed here
my goal was to add more than 10 results when searching (its like that bc lite duckduckgo only gives 10 results on the first page) and ive tried so many diffrent ways to
i totally forgot…one can open pages now!!!
pretty awesome i know. js press tab, and its open!!!
i basically made the engine algorithm (or yoinked it)
not how planned with google, but with duckduck go
it works by just kinda scraping or taking the content from https://lite.duckduckgo.com/lite/ and then searching each result for title, url an snippet which is then returned and used in the main.go Update() function :=