The tool sed is often misunderstood. Yet, it can be very useful to edit automatically a bunch of files directly in the shell or in a script.| The Valuable Dev
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
The CLI grep is useful to parse files (or other CLIs' output) and find the information you need.| The Valuable Dev
The CLI fzf can greatly improve our shell by fuzzy searching any files, directories, and anything else you want.| 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
Regular expressions can be frightening if you have no idea what you're looking at. Let's unravel their meanings.| The Valuable Dev
Learning Vim's basics can be very beneficial for developers, and very easy to do! Let's break the mystery surrounding Vim together.| The Valuable Dev