I think I have a pretty good developer env going on, but I’m always looking for more things I haven’t thought of.

So does anybody have any uber useful, or fun, or just a general favorite shell/terminal setup or tool?

You are viewing a single thread.
View all comments
6 points
*

Making a directory and then immediately navigating into it is such a common occurrence, eventually on stackoverflow I found this:

alias mkcd='{ IFS= read -r d && mkdir "$d" && cd "$d"; } <<<'
permalink
report
reply

Ask Programming

!askprogramming@lemmy.ml

Create post

Community stats

  • 21

    Monthly active users

  • 2

    Posts

  • 12

    Comments

Community moderators