Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas #6

Open
hoijui opened this issue Mar 15, 2022 · 2 comments
Open

Ideas #6

hoijui opened this issue Mar 15, 2022 · 2 comments

Comments

@hoijui
Copy link

hoijui commented Mar 15, 2022

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
@peap
Copy link
Owner

peap commented Mar 17, 2022

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!

@hoijui
Copy link
Author

hoijui commented Mar 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants