To change current dir. I have few dirs that I want to quickly jump too such all my personal projects, some folders in .config, so I just pass the list of chosen dirs in fzf and cd into the output of the fzf done via a script ofc
@roryhendrickson8 ай бұрын
Thanks for this! I didn't know about fzf-tmux, definitely gonna try out your fsb script so thank you for sharing
@threee12988 ай бұрын
wow really cool, that commit search is wonderful
@ascourter8 ай бұрын
Thanks!
@MattRobinsonDev8 ай бұрын
Just found your channel, really cool stuff
@ascourter8 ай бұрын
Thank you!
@MichaelZinabu8 ай бұрын
hey andrew do you think you can make a video of making your neovin config from scratch like for the beginners
@yash11528 ай бұрын
he has done that already, titled "Neovim". look in playlist section of the channel
@ascourter8 ай бұрын
I have added this to my list. Like Yash mentioned, I have a couple videos that you could piece together how to configure but it's probably worth a dedicated video since it's been awhile.
@VovaY8 ай бұрын
fzf+zoxide, fzf+glab merge request selection, fzf+git config selection for new project, fzf+SSH key selection, fzf+SSH server connection selection, fzf+opening a result with nvim
@ascourter8 ай бұрын
Love it. Zoxide is another really powerful tool.
@daniellittlewood84718 ай бұрын
are you aware that fzf can just take piped input from another command? so for branch selection e.g. you can do git branch | fzf or if you want to check it out git checkout $(git branch | fzf)
@ascourter8 ай бұрын
Thanks! Yes, I do know you could use it that way. I wanted it to not checkout a branch if fzf was cancelled and also handle remote branches.
@daniellittlewood84718 ай бұрын
@@ascourter Fair enough! I sometimes wonder if there is a simple modification to shell syntax that would make cases like this easy to write. e.g. bash with the pipefail option provides some of what you want with git branch | fzf | xargs git checkout but I'd like to be able to say conveniently on a per-command basis exactly what I want the error track to do. Anyway, your script is cool. I wish I uploaded videos like this. Thanks for sharing!
@ascourter8 ай бұрын
@@daniellittlewood8471 Yeah it would be cool to see if its possible to do error handling in a different way. Bash with monads? haha. Appreciate the questions and certainly appreciate the idea of keeping it simple and streamlined!
@oterosantos8 ай бұрын
Why not lazygit?
@ascourter8 ай бұрын
I am personally biased towards using the command line and git commands so lazygit feels like a step too far for me personally. However, if I add more and more custom scripts I am probably just building my own lazygit. I should try using lazygit for a week or two and see if my opinion changes. Thanks for the question!
@howuseehim3 ай бұрын
My negus ?
@ascourter3 ай бұрын
Close. I think the word they were thinking has 2 letters difference.
@cody_codes_youtube8 ай бұрын
FIRST
@ascourter8 ай бұрын
BLAZINGLY FAST!
@naranyala_dev8 ай бұрын
more custom fzf combination
@ascourter8 ай бұрын
Are you requesting more examples or saying you use other combinations?
@naranyala_dev8 ай бұрын
@@ascourter i wonder how to be more creative with fzf