ripgrep recursively searches directories for a regex pattern while respecting your gitignore - BurntSushi/ripgrep| GitHub
The CLI fzf is not only useful in the shell: it's also a great tool to use directly in Vim (or Neovim), to search for specific files for example.| The Valuable Dev
Many CLIs are general enough to be powerful in many situations; fzf is a good example. Fast, highly customizable, it answers many needs.| The Valuable Dev
If you use Zsh often, it's worthwhile to customize the Zsh Line Editor to your needs, to bring even more efficiency and ease in your workflow.| The Valuable Dev
Command-line interfaces can solve many problems developers have. It's important to have a good shell, like Zsh, to leverage their power.| The Valuable Dev
One of the main tool I use daily for any project is the fantastic tmux. It will change your terminal experience. What it is? How does it work? How to configure it?| The Valuable Dev
How to use fzf. Finding patterns in shell workflows and automating them using fzf.| seb.jambor.dev