Mastering the Linux command line in a short amount of time is definitely achievable!

Welcome to the forums @John2025
nice article you wrote, I do automate many task with bash script
and put em inside my local path
life is harder on unix without mastering the shell tbh
I do automate the system with scripts,
I’ve made a QR reader with

sleep 1 && maim -s -u  | zbarimg -

password hasher

echo -n "$2" | sha256sum | head -c 64 | xclip -selection clipboard

compress + encryption

tree | zstd -f | age -e -p > treedir

and hundreds of other wired scripts :slight_smile: