Posts tagged shell

Bash quick select prompter utility

In this blog post I’ll showcase flexible utility script prompter.bash that I wrote. It is a vim-which-key inspired shortcut utility but for a terminal.

Read more ...


Journey of disabling filename expansion for Bash alias

I wanted to disable Bash pathname expansion for my Bash alias:

Read more ...