LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [Shell]
ONLINE
// Z.SHINCHVEN

Install Fish as Your Default Shell on macOS

fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family. It offers features like syntax highlighting, autosuggestions, and tab completions that are designed …

// Z.SHINCHVEN

Run Multiple Bash Tasks Asynchronously to Save Time

I happen to have a ci job consisting of multiple tasks that requires a lot of time. If I run all the tasks synchronously, it will absolutely take a long time. So I am thinking of running them in multi…