Antonmedv/walk: Terminal file manager
github.com
Antonmedv/walk: Terminal file manager
1–10 of 40 posts
Re: Antonmedv/walk: Terminal file manager
#2Zsh 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.
Re: Antonmedv/walk: Terminal file manager
#3I see that it doesn't go up (..) a directory.
Re: Antonmedv/walk: Terminal file manager
#4Zsh 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: binRe: Antonmedv/walk: Terminal file manager
#5Neat project! Thanks for sharing!
"broot" also lives in this space, but is rapidly getting too complex for me to memorize without consulting the help page.
Re: Antonmedv/walk: Terminal file manager
#6This is the default behaviour of fish[1], by the way!
Re: Antonmedv/walk: Terminal file manager
#7nnn [1] seems like a more advanced tool (directory management, copying, renaming, packing/unpacking) and pluggable.
Re: Antonmedv/walk: Terminal file manager
#8nnn [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
Re: Antonmedv/walk: Terminal file manager
#9nnn [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.
Re: Antonmedv/walk: Terminal file manager
#10This looks cool, though I already use https://github.com/ranger/ranger for this.