Is there a terminal file manager that has good support for archives? The features I’d like are:
- being able to enter archives like directories
- shortcut to archive all selected files
Is there a terminal file manager that has good support for archives? The features I’d like are:
EDIT: Ok I didn’t read the other response haha. nnn seems to be what youre looking for. Also
archivemount
can mount archives and so it’s file manager agnostic :PI found this for 7z. Disclaimer: I haven’t tried it. Note that the readme seems to be outdated since it says nodejs while it’s actually rust.
As for a more general purpose file manager with this feature, I think there isn’t. But it’s such a good idea I don’t know why it hasn’t been made yet. Maybe make an issue about it in your favorite file manager’s issue tracker? You may even get a better alternative from the dev/community.
Or maybe the tool I linked above could be extended with other formats, and then that can be used from within existing file managers. Not as smooth but it could work I guess.
Do share if you find a better alternative!