[go-nuts] Re: [ANN] A terminal based search engine for bash commands, built with Go

2016-09-11 Thread howardcshaw
Taking a quick look; you've got some Vim style .swp files in your git repository that should be removed. Next, in main.go (anyone else start thinking of tropical fruits at this point?) you use 'break Loop' when the number of lines exceeds 10, which means one long solution can crowd out less wor

[go-nuts] Re: [ANN] A terminal based search engine for bash commands, built with Go

2016-09-11 Thread johnny-john
Hey, thanks for the feedback, and code review :)) The swap files, I am definitely removing. Printing without no limit is definitely a feature I want to get done! Sorting is a very good idea, I think it will be done on the server side though. That cookbook is epic, thanks for the heads up! The

[go-nuts] Re: [ANN] A terminal based search engine for bash commands, built with Go

2016-09-11 Thread Pieter Slabbert
You have the build artifacts in the git repository. It really bloats the download size to have to download every architectures artifact when I want to get the source. Also for each release this will bloat the repo even more. On Sunday, 11 September 2016 19:52:12 UTC+2, johnny-john wrote: > > H