Y
Hacker News
new
|
ask
|
show
|
jobs
by
igg
3567 days ago
fzf [0] works pretty well for this.
[0]
https://github.com/junegunn/fzf
1 comments
pmoriarty
3567 days ago
Is there any way to force the installer to compile from source rather than downloading a binary?
I'm a little wary of precompiled binaries.
link
icebraining
3567 days ago
There's a Makefile in the src directory, seems like you can run "make release" to compile from source.
link
pjmlp
3567 days ago
Do you also validate the whole source code, including running it through static analysis, before compiling it?
link
I'm a little wary of precompiled binaries.