Comment by az09mugen
8 hours ago
Not the author, but my first guess is to create a folder and cd into it with just one command instead of 2 with the said argument, isn't it ?
8 hours ago
Not the author, but my first guess is to create a folder and cd into it with just one command instead of 2 with the said argument, isn't it ?
Exactly. It's a small quality-of-life feature to avoid the repetitive mkdir && cd sequence. In GRSH, it also ensures the directory is created with the necessary permissions before the shell attempts to switch into it.
I love the concept, very good yet simple idea ! I'll steal it for my aliases.
Go ahead and 'steal' away! That’s the beauty of open source.
I actually built it into the shell precisely because I was tired of managing those aliases across different machines. Glad you found it useful!