I guess, the idea is mainly that you can also perform the installation over the network. I can imagine this being quite cool for setting up a Raspberry Pi or similar.
Ephera
- 2 Posts
- 8 Comments
For what it’s worth, the dolphin face is a relatively recent addition. I wanna say three months tops.
Well, apparently that is a thing in Dolphin, but if what you actually want is e.g. to just move all .png files, then I prefer to use the Filter bar (Ctrl+i or the fourth entry in the hamburger menu). You can just type “.png” into it and then it hides all entries which don’t contain that substring.
The Sort by → Type also doesn’t group together image formats, at least…
Feel free to post it with a better delivery, if you’ve got one.
Yeah, I was hoping it would catch those folks who think it’s boomer humor, but I guess they won’t see it, if they don’t open the post…
Fish is not the worst in this regard, because:
- The defaults are pretty good, so you don’t typically need a config file for it to be usable.
- As of version 4.0, Fish is (experimentally) available as a single executable for download from their GitHub page. So, even on hosts where you can’t install anything, you may still be able to copy that executable file onto there and use it.
But there may still be situations where it’s annoying, like if you’re working in a container, then you likely don’t want to mount your
fish
executable every time.But I also have to say I don’t find it too big of a deal.
I still use Bash for scripting (just throw aor
at the top of your script, like you should anyways), and then for interactive use, not that much of the shell syntax comes into play anyways.
And if I ever do need to copy a complex Bash command into an interactive shell, I can just runbash
, then run the command in there and thenexit
back out.
Yeah, it’s explicitly built to run in a browser: https://agama-project.github.io/