Live data from Hacker News

Show HN: fman – file manager for programmers

fman.io

1–10 of 216 posts

Re: Show HN: fman – file manager for programmers

#6
Interesting. I would give it a try if I weren't using Sunrise Commander (an Emacs plugin[1]).

On a related note: it's good to see more and more apps include a command line, where you can invoke any function of the program. Menu + icons + hotkeys strategy may be a good UI for normal users, but the command line - especially with good completion, like with Helm[2] - is much more convenient if the program has more than just a couple functions. Emacs (M-x) and Vim (:) worked like that since the beginning, I wonder what happened, what caused even programmers' tools to shed their command lines for more than twenty years?

[1] https://www.emacswiki.org/emacs/Sunrise_Commander Screenshot: https://www.emacswiki.org/emacs/SunriseCommanderScreenshotOn...

[2] Screenshot: https://github.com/emacs-helm/helm/blob/master/images/helm-b...

Re: Show HN: fman – file manager for programmers

#7
- I'd like to have relative folders showing up when doing the CMD+P within a folder.

- Autocomplete when moving a file.

- There's 'select' but not 'unselect'. It's easy to work around but it was tedious to use.

- I like having some visual shortcuts or spatial information about he dirs. Now I go into a dir and the top one is kinda lost. Just my opinion.

- Maybe let me use CMD+O to open folder/file instead of Enter, which should rename it. At least it would follow macOS pattern.

Seems fine but not sure if I'll be using it. Maybe.

Re: Show HN: fman – file manager for programmers

#9

Hmm the linux download gives me a .deb file only. I know I could try to extract the binary from it... but I'm too lazy. (ArchLinux user)

Sorry about that. Features are prioritised according to the number of votes they receive on a public Trello board [1]. There's a card [2] for ArchLinux support.

[1]: https://trello.com/b/WpIUiPAd/fman

[2]: https://trello.com/c/sOyQA73P/80-create-a-packaged-version-o...

Re: Show HN: fman – file manager for programmers

#10
post #6

Interesting. I would give it a try if I weren't using Sunrise Commander (an Emacs plugin[1]). On a related note: it's good to see more and more apps include a command line, where you can invoke any function of the program. Menu + icons + hotkeys strategy may be a good UI for normal users, but the command line - especially with good completion, like with Helm[2] - is much more convenient if the program has more than j…

Yes, I very much agree that a command line with autocomplete like Sublime Text's Ctrl/Cmd+Shift+P should be available in many more applications. I find menus a horrible way of exposing functionality. It's just so tedious to find anything.
Post reply on HN