Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] GUI for Ratarmount #144

Open
iuvi7 opened this issue Nov 10, 2024 · 2 comments
Open

[Proposal] GUI for Ratarmount #144

iuvi7 opened this issue Nov 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@iuvi7
Copy link

iuvi7 commented Nov 10, 2024

Hi!

Is it possible to ask, if there will be (or if there already is) a GUI interface for Ratarmount?

It could give more whitespread and easy to use for "daily" PC users for such cool tool

Thank you

@iuvi7 iuvi7 changed the title {Proposal] GUI for Ratarmount [Proposal] GUI for Ratarmount Nov 10, 2024
@mxmlnkn mxmlnkn added the enhancement New feature or request label Nov 10, 2024
@mxmlnkn
Copy link
Owner

mxmlnkn commented Nov 10, 2024

Hi there,

That is definitely an idea I have thought of several times over the years. There is not yet such a GUI. Personally, I do have experience programming in Qt, but it is quite a beast when it comes to distributing Qt programs, although it should work with AppImage in theory.

Issues I see are:

  • What should the GUI even be like? Something like 7zFM or PeaZip, which basically are like file browsers?
  • But, because of FUSE, the GUI is already provided by any explorer the user already has installed, such as Caja. Isn't that enough?
  • This would leave the command line interface, which has gotten quite many options over the years. It might be nice to have a GUI to make these options more discoverable, maybe even show a kind of preview to visualize e.g. the --recursion-depth and other options.
  • Having a GUI for the command line interface but then using normal FUSE and the standard file browser might also be confusing. So, maybe do offer an option to use the built-in file browser and/or FUSE mount a given archive...

Personally, I would recommend simply adding ratarmount to your file browser context menu, e.g., for Caja like so:

mkdir -p ~/.config/caja/scripts/
ln -s "$( which ratarmount )" ~/.config/caja/scripts/ratarmount

ratarmount-caja

@iuvi7
Copy link
Author

iuvi7 commented Nov 11, 2024

Thanks for your answer!

I found such program with GUI but for MacOS only :( so i thought it can look's bit similar and more functionality added little by little to it (means more buttons\check marks\settings described in Examples) -> https://github.com/ivoronin/ArchiveMounter

AppImage and\or .deb will be overwhelm to cover many different Linux distros

Sadly i'm bad in programming myself, but could help in translation to other language tho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants