Pablo Aguiar
Pablo Aguiar
Hi, @ihash. I see our docs are outdated, I already have a pull request on the way. In the meantime, can you please try the following? # Installation from source...
Ah, I almost got it. Thanks, @andrewsmedina. Em 27/02/2016 00:50, "Andrews Medina" [email protected] escreveu: > Hi @ihash https://github.com/ihash the setup.bash and build.bash are in > the misc directory: https://github.com/tsuru/gandalf/tree/master/misc >...
Hey, @oranja. I think key bindings are a very personal stuff and perhaps it's not a good idea to mess with it, even the user's key bindings having precedence over...
Don't need to be sorry π we all do that all the time π (/me totally included) π You've added some good points, Itzik. Let's see how a βcaveatsβ thing...
Wonder why the workflow didn't run. I changed it to include reopened PRs, and there we have it.
Awesome! Would you please merge with current `master` again? TIA
IMO, ripgrep should stick with searching and not involve any pager. The output can be easily paged as discussed above. For those of you who use **Fish Shell**, here's the...
I wasn't aware of that env var, thanks! About the flag itself, IMHO it's nice having it. We're already used to it, as so many cli utilities use it. It's...
Seems like it's necessary to parse the result of `$'(history | last 1)'`.
> Awesome! You can start by creating a new class for nushell, extending from `Generic`, in the same manner as https://github.com/nvbn/thefuck/blob/master/thefuck/shells/fish.py, overriding `Generic` with nushell-specific functionality. > > Then add...