Do you know about mr?
It is made for this.
Do you know about mr?
It is made for this.
No, I've never heard of it. It looks interesting and offers more functionality in a structured way, but it's also unmaintained and hasn't had any activity for a long time.
I'll use it as an inspiration to implement more features and develop the setup of scripts I've already written into a full-fledged command line tool.
Thank you for the idea! ๐ I'm curious what this will lead to.
A feature I use constantly is the threading.
Iโve been using mr
since the raspberry pi and Ubuntu days. It allowed me to keep my remote clones up to date. I created a few bash scripts for populating the registry.
Bit of a protip if you're interested. If you wrap the scripts in a subshell (that is, (
and )
at the beginning and end) you don't need to unset the variables you exported.
Thanks for the tip! I will do so ๐โโ๏ธ