Quickly navigate folders in your shell with `ccd`
I’m a huge fan of autojump. It allows me to quickly navigate my filesystem in ways without having to type out every folder. There is however one task that I frequently that I wanted to make more efficient: create a new folder and then jump into said folder. Normally, this would simply be: $ mkdir foo $ cd foo This feels somewhat inefficient, so I wrote a …