top | item 44945837

Show HN: dirnav, a convenience tool for cd

2 points| ktimespi | 6 months ago |github.com

I noticed that bash doesn't have the `prevd` and `nextd` commands provided by fish. So I wrote a small utility and a few aliases to add it in.

Let me know if there are any bugs!

2 comments

order

lordkrandel|6 months ago

Can Pushd and popd help?

ktimespi|6 months ago

Honestly, yeah. Didn't know it existed until I was done developing this