You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
cd to 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!
idea guy is here, your savior ... sing, sing, sing
the idea "stream results to STDOUT" could be done with the unixwatch
command, I think.cd
to a repo dir with fuzzy findThe text was updated successfully, but these errors were encountered: