git-global icon indicating copy to clipboard operation
git-global copied to clipboard

Ideas

Open hoijui opened this issue 3 years ago • 2 comments

idea guy is here, your savior ... sing, sing, sing

  • ~the idea "stream results to STDOUT" could be done with the unix watch command, I think.~
  • new idea for a command: cd to a repo dir with fuzzy find

hoijui avatar Mar 15 '22 03:03 hoijui

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?

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!

peap avatar Mar 17 '22 23:03 peap

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).

hoijui avatar Mar 18 '22 07:03 hoijui