Show HN: fman – file manager for programmers
1–10 of 216 posts
Re: Show HN: fman – file manager for programmers
#2Re: Show HN: fman – file manager for programmers
#3The front page returns a 500 error and is blank. On the upside, I like the minimalism!
;)
works for me... :/ Can you try again?
Re: Show HN: fman – file manager for programmers
#4The front page returns a 500 error and is blank. On the upside, I like the minimalism!
[edit: It's fixed now - see below] ;) works for me... :/ Can you try again?
Re: Show HN: fman – file manager for programmers
#5Re: Show HN: fman – file manager for programmers
#6On 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- 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
#8Re: Show HN: fman – file manager for programmers
#9Hmm 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)
[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
#10Interesting. 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…