There are really nice CLI apps, and I personally intend to improve my skills
on the keyboard (I want for example to vimify the whole thing, not only i3wm
windows. That way, even the gui apps can have basic vim keystrokes).
But besides having a CLI fetish, Working without a gui is most likely to
access a server. It definitely can be the faster way, but not always.
And sometimes it is the only way.
In that specific case we're talking about, mounting, unmounting and detaching
through the CLI is a pain in the ass, no matter how fast I can type or how
much of a vim/emacs keyboard ninja I will become. just having to remember the
proper syntax is annoying.
1 clic vs a whole phrase to mount, 4 clics vs one long phrase to unmount and
detach, we're talking seconds (and 4 clics is still too much) yet it's still
faster and more convenient.
But my goal is a simple keyboard shortcut to unmount and detach.
And to mount also. That way, no mouse at all.
Can hardly make it faster and convenient than calling the scripts from dmenu.
making the script work without sudo (maybe with sudoers) would make it super
fast. It would beat the CLI even more in that specific case, if it works.
That would even make the polkit rule useless for me eventually.