pawelduda / fzf-live-repl

Turn your fzf into a live REPL
The Unlicense
254 stars 7 forks source link

Add examples for man and python script execution #4

Closed srijanshetty closed 5 years ago

pawelduda commented 5 years ago

Very nice. I will check it when I'm home and if everything is ok, I will merge it :)

pawelduda commented 5 years ago

@srijanshetty just one minor change and I'll merge it! Thank you!

pawelduda commented 5 years ago

@srijanshetty When it comes to the man example - I was also thinking about writing one that would navigate to flags as they're being typed. #1 contains a good starting point for that. Your simple example is good enough for now though. But I expect it to be replaced at some point - just FYI.

srijanshetty commented 5 years ago

@srijanshetty When it comes to the man example - I was also thinking about writing one that would navigate to flags as they're being typed. #1 contains a good starting point for that. Your simple example is good enough for now though. But I expect it to be replaced at some point - just FYI.

Definitely makes sense to do that, I thought that I would paste in a quick example.

While we're at it, how did you make those fancy gifs?

pawelduda commented 5 years ago

@srijanshetty

Definitely makes sense to do that, I thought that I would paste in a quick example.

Yes, quick example is better than no example ;)

While we're at it, how did you make those fancy gifs?

I used asciinema and asciicast2gif. While it isn't the fastest solution (asciicast2gif takes a long time to generate even from shorter gifs), it was a quick solution to solve the problem I wanted before going to bed.

Also, thank you for the fixes!