Earlier quoted context omitted.
[edit: It's fixed now - see below] ;) works for me... :/ Can you try again?
Nope: https://www.pastery.net/tfyqwb/
Show HN: fman – file manager for programmers
11–20 of 216 posts
Re: Show HN: fman – file manager for programmers
#12- 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, wh…
- Relative folders in GoTo in Steroids (Cmd+P): I've added a card on the Trello board for this [2].
- Autocomplete when moving a file: likewise [3]
- You're right about deselect. It should be there. I haven't had time to implement it. One user used the Python plugin API [4] to implement deselect [5].
- fman's ancestors in spirit are dual-pane file managers like Norton Commander or Total Commander, which for 20 years use Enter to open folders/files. Of course, you're free to override the default key bindings [6].
[1]: https://trello.com/b/WpIUiPAd/fman
[2]: https://trello.com/c/TEIdHUjH/142-goto-on-steroids-should-al...
[3]: https://trello.com/c/uavERPwD/143-auto-complete-paths-in-cop...
[4]: https://fman.io/docs/plugins-introduction
Re: Show HN: fman – file manager for programmers
#13Re: Show HN: fman – file manager for programmers
#14- 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, wh…
Re: Show HN: fman – file manager for programmers
#15Re: Show HN: fman – file manager for programmers
#16No search?
Re: Show HN: fman – file manager for programmers
#17Re: Show HN: fman – file manager for programmers
#18Hmm 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)
This example from tldp.org will help:
------------------------------------
$ ar tv parted_1.4.24-4_i386.deb
rw-r--r-- 0/0 4 Mar 28 13:46 2002 debian-binary
rw-r--r-- 0/0 1386 Mar 28 13:46 2002 control.tar.gz
rw-r--r-- 0/0 39772 Mar 28 13:46 2002 data.tar.gz
The 'data.tar.gz' file contains all the files that will be
installed with their destination paths:
drwxr-xr-x root/root 0 2002-03-28 13:44:57 ./
drwxr-xr-x root/root 0 2002-03-28 13:44:49 ./sbin/
-rwxr-xr-x root/root 31656 2002-03-28 13:44:49 ./sbin/parted
drwxr-xr-x root/root 0 2002-03-28 13:44:38 ./usr/
drwxr-xr-x root/root 0 2002-03-28 13:44:41 ./usr/share/
drwxr-xr-x root/root 0 2002-03-28 13:44:38 ./usr/share/man/
drwxr-xr-x root/root 0 2002-03-28 13:44:52 ./usr/share/man/man8/
-rw-r--r-- root/root 1608 2002-03-28 13:44:37 ./usr/share/man/man8/parted.8.gz
drwxr-xr-x root/root 0 2002-03-28 13:44:41 ./usr/share/doc/
drwxr-xr-x root/root 0 2002-03-28 13:44:52 ./usr/share/doc/parted/
-rw-r--r-- root/root 1880 2002-03-07 14:20:08 ./usr/share/doc/parted/README.Debian
-rw-r--r-- root/root 1347 2002-02-27 01:40:50 ./usr/share/doc/parted/copyright
-rw-r--r-- root/root 6444 2002-03-28 13:37:33 ./usr/share/doc/parted/changelog.Debian.gz
-rw-r--r-- root/root 15523 2002-03-28 02:36:43 ./usr/share/doc/parted/changelog.gzRe: Show HN: fman – file manager for programmers
#19Re: Show HN: fman – file manager for programmers
#20How well would this work as a replacement for Finder for basically every task?
The most mainstream missing feature is probably a search functionality (see the card [1] on the feature requests list). I don't miss it because I use the command line.