gosearch icon indicating copy to clipboard operation
gosearch copied to clipboard

fixed scraper and added the option to either do a package search or a…

Open leobm opened this issue 2 years ago • 2 comments

Hi, fixed the tool so that it works with the current page again and extended it so that you can either do a package search (Deafault) or a symbol search (via the option -s).

regards,

Felix

leobm avatar May 20 '22 22:05 leobm

I have made one additional change. First a small fix to remove a debug output. Additionally I added an options -u to the program, which if set, prints the URI to the package or icon (type) documentation with in the console. In some terminals you can click with the mouse directly on the URL to open it in the browser.

leobm avatar May 20 '22 22:05 leobm

Adjust the naming once again. Symbols are not only types but also constants etc. symbol-kind reflects the meaning better in the source code.

leobm avatar May 20 '22 23:05 leobm