Live data from Hacker News

Show HN: Nav – A terminal navigator for interactive `ls` workflows

github.com

11–20 of 31 posts

Re: Show HN: Nav – A terminal navigator for interactive `ls` workflows

#11
post #4
post #2

Any thoughts on Midnight Commander? https://midnight-commander.org/

I have to admit that I had not come across midnight-commander. It certainly looks interesting and I'll be giving it a spin. Thanks for pointing me in its direction! I do intend to expand nav's feature set to come close to an `ls` replacement, at least for the most common workflows, whereas midnight-commander and other similar tools are perhaps closer to being (or are) file managers. I'm also hopeful that by using the…

nnn could be another to compare against.

Re: Show HN: Nav – A terminal navigator for interactive `ls` workflows

#13
post #6
post #5

Nice! For inspiration, you may want to look at `lf`: https://github.com/gokcehan/lf

Also Broot, which is-- like OP's tool-- intended as an ls replacement rather than a full file manager: https://github.com/Canop/broot

Oh wow that's nice, exactly what I needed as an external file picker for helix

Re: Show HN: Nav – A terminal navigator for interactive `ls` workflows

#15
post #14

Decent effort. Have you tried looking at fzf? I managed to combine it with ripgrep to create a similar experience to what you have.

Yes, fzf and ripgrep are the best! Together they are the heart of at least half of my .zshrc functions, and it would be fun to see about writing something similar by composing them together in various ways. Great idea!

Re: Show HN: Nav – A terminal navigator for interactive `ls` workflows

#19
post #8
post #6

Earlier quoted context omitted.

Also Broot, which is-- like OP's tool-- intended as an ls replacement rather than a full file manager: https://github.com/Canop/broot

Broot looks really nice. I love the tree-like output - `tree` is one of my favorite tools. Interactive tree is a great idea, makes me wish I had perhaps started there instead.

I love tree, too!

Sometimes broot feels a little busy or complex to me, though. I'm interested in your tool's UI as well.

Re: Show HN: Nav – A terminal navigator for interactive `ls` workflows

#20
post #7
post #4

Earlier quoted context omitted.

I have to admit that I had not come across midnight-commander. It certainly looks interesting and I'll be giving it a spin. Thanks for pointing me in its direction! I do intend to expand nav's feature set to come close to an `ls` replacement, at least for the most common workflows, whereas midnight-commander and other similar tools are perhaps closer to being (or are) file managers. I'm also hopeful that by using the…

How about Norton Commander?

Same thing. MC was made to emulate NC. And of course there are actually countless filesystem browsers. Even xtree was probably not the first since that was on ms-dos, and I bet there were some on the 8-bit machines before that.

But this one's aim seems to be a bit specific and not simply to be a filesystem browser (file manager) but specifically to try to be an "interactive ls". IE somehow feel like ls. Though I don't know why. It doesn't seem more useful than a normal file manager. I think it's just down to a very fine point of aesthetics, which is fair enough.

Post reply on HN