[0] https://github.com/CGamesPlay/dotfiles/blob/3560a5a92d475537...
Antonmedv/walk: Terminal file manager
11–20 of 40 posts
Re: Antonmedv/walk: Terminal file manager
#12Re: Antonmedv/walk: Terminal file manager
#13Re: Antonmedv/walk: Terminal file manager
#14Zsh 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
setopt AUTO_CDRe: Antonmedv/walk: Terminal file manager
#15Re: Antonmedv/walk: Terminal file manager
#16I don't know about y'all, but my biggest problem with these things is that I'm definitely faster when I remember to use them, but I have literal decades of slow muscle memory that makes me cd/autojump all the time instead.
(Relatedly, why is Dolphin apparently the only GUI file manager trying to make a serious attempt at shell integration? This seems weird? I might be missing something?)
Re: Antonmedv/walk: Terminal file manager
#17I also have a list of similar projects at the end of the README, I'll add this as well! edit: Oh I already had it in my list, the project has just been renamed from llama to walk.
Re: Antonmedv/walk: Terminal file manager
#18Was there something before https://midnight-commander.org/ or was that the OG?
Re: Antonmedv/walk: Terminal file manager
#19Was there something before https://midnight-commander.org/ or was that the OG?
Re: Antonmedv/walk: Terminal file manager
#20This is the default behaviour of fish[1], by the way! [1]: https://fishshell.com