Earlier quoted context omitted.
rg or fd?
rg if you want to find stuff in files fd if you want to find stuff in filenames fzf for when you want a fuzzy menu type of search on top of this. I can't recommend fzf enough you can do some really powerful stuff with it. If you don't know it: it gives you a fuzzy search on things you pipe into it. It is powerful because it also can do things like running special commands ("preview") on the currently selected entry/l…
1) create an executable script called `git-l` and put it in a place in your PATH, and make it executable 2) use `git l` to invoke it
You will avoid escaping hell and you can even expand/complicate it much more. The same extension principle works with other CLI tools like `kubectl`.