Live data from Hacker News

Antonmedv/walk: Terminal file manager

github.com

1–10 of 40 posts

Re: Antonmedv/walk: Terminal file manager

#4
post #2

Zsh has this out of the box. You just type the name of a directory and it will `pushd` to it. At least I think it's built-in. It could be oh-my-zsh I suppose.

It's not out of the box. It works on my omz shell, although I didn't do anything to specifically enable this since it never bothered me to type cd and I kinda hate "magic". On an out-of-the-ubuntu-box zsh, it doesn't work:

    % cd /
    % bin
    zsh: command not found: bin

Re: Antonmedv/walk: Terminal file manager

#9
post #8
post #7

nnn [1] seems like a more advanced tool (directory management, copying, renaming, packing/unpacking) and pluggable. [1] https://github.com/jarun/nnn

I also like ncdu. https://dev.yorhel.nl/ncdu

ncdu is focused on telling you who takes disk space. nnn is more like a file manager with lots more features.
Post reply on HN