zquestz / s

Open a web search in your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary file seems too big

oldratlee opened this issue · comments

I install s-search via home brew, 9.4M.

$ pwd
/usr/local/Cellar/s-search/0.5.11/bin
$ s --version
s 0.5.11
$ ll
total 9.4M
-r-xr-xr-x 1 jerry admin 9.4M Aug 27 08:57 s*

Nope, the binaries in Golang are large because there is also the web server, and several dependencies. This is normal.

Got.