Ideas
idea guy is here, your savior ... sing, sing, sing
- ~the idea "stream results to STDOUT" could be done with the unix
watchcommand, I think.~ -
new idea for a command:
cdto a repo dir with fuzzy find
Hi, and thanks for the ideas!
the idea "stream results to STDOUT" could be done with the unix watch command, I think.
I'm not sure I follow how watch can help with streaming. The idea on streaming results to STDOUT is to have a single run of the command output results as soon as possible, instead of having the program collect them all and then print them out. My understanding of watch is that it repeatedly runs a command, but it would still take the same amount amount of time to print results for each run. Am I missing something?
cdto a repo dir with fuzzy find
I like this idea, thanks! I'll add it to the list, but I'm not sure when I'll have time to implement it. Pull requests welcome!
uups.. indeed.. I had a totally different idea in mind then that (streaming).
glad you like the fuzzy find part (I also have no time though, these months).