Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

fish lets you cd to a folder without 'cd' although you still need the slashes. I use it all the time.

    c $> pwd
    /a/b/c
    c $> dir1
    dir1 $> ..
    c $> ../..
    / $>


zsh also does, with `setopt autocd` https://zsh.sourceforge.io/Intro/intro_16.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: