~8 minutes to read
If you ever wanted to automatically clean your Bash history file, here is a working solution written in Python that uses regular expressions to set any kind of pattern you might be looking for.
~8 minutes to read
If you ever wanted to automatically clean your Bash history file, here is a working solution written in Python that uses regular expressions to set any kind of pattern you might be looking for.
~4 minutes to read
Here are presented a few terminal aliases that I find myself using regularly.
~3 minutes to read
This is a short introduction that shows a possible workflow with tmux and Vim/Neovim.