Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
a3w
6 months ago
|
parent
|
context
|
favorite
| on:
Zoxide: A Better CD Command
I barely use pushd/popd, for me this would be overkill, and I dislike the side effects. I mostly use my history, so same command needs to reliably do same thing. Workaround for cd-ing:
cd ~/foo; $COMMAND ; #optional cd ~ here
My history is full of this
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
cd ~/foo; $COMMAND ; #optional cd ~ here
My history is full of this