Tag: cli
All tags >- Mon Sep 04 2023
Abstracting the terminal from the OS
How I use tmux to make my work environment portable between operating systems and desktop environments. - Wed Mar 16 2022
Safe rm -rf *
Like using the rm -rf command but deleted some stuff on accident based on shell history before? I think I might have found a way to avoid that.