Show HN: dirnav, a convenience tool for cd

2 ktimespi 2 8/18/2025, 10:10:28 PM 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!

Comments (2)

lordkrandel · 18h ago
Can Pushd and popd help?
ktimespi · 18h ago
Honestly, yeah. Didn't know it existed until I was done developing this