Skip to main content

in reply to lemmyreader

What's the big selling point compared to ranger, nnn, yazi or broot?
This entry was edited (6 months ago)
in reply to mbirth

I haven't used any of the 3, but from a look over them superfile looks a lot more user friendly and has a nicer overall look.

Edit; the install process is rough though, complains about missing glibc but searching for that package in apt doesn't show anything promising. It also seems to require some kind of third party font that isn't included? I gave up lol that's too much for me to deal with.

This entry was edited (6 months ago)
in reply to MangoPenguin

Glibc is the gnu c library. You wouldn't just download that from apt. I'm surprised your Linux distro doesn't already have that installed.
in reply to moog

Could be a (too) old version if you're still on the Ubuntu 22.04 base
in reply to moog

It depends on the distro which release is installed and available. So certainly the problem is, the required and installed glibc library do not match.
in reply to moog

It's definitely a big learning curve with how complex installing things on linux is haha, I'm still used to windows just open the exe installer and that's it.
in reply to MangoPenguin

Yeah I hear that. I will say aptitude made my life a lot easier in terms of installing things with its recommended fixes. Also good software documentation should have a "Getting Started" section that gives you step by step instructions for each OS/Distro of how to install it. If it doesn't... Well maybe that software isn't worth installing anyway 🤷‍♂️
This entry was edited (6 months ago)
in reply to moog

I mean there's that, but it's a lot of work for a dev too.

I would rather Linux just be able to detect what's missing and install it for me. In the case of a lot of missing components, what it says is missing will be named completely different from the package you need to install which makes it really hard.

It was always nice with windows installers because they would come with the needed components, or windows would just prompt to install them automatically.

I guess that's essentially what Flatpak solves!

This entry was edited (6 months ago)
in reply to MangoPenguin

That's what aptitude does. It says "these things are dependencies that are missing. Do you want to install them?" And you can say yes, no, or ask it to try to find a different fix. And idk what you mean by that's a lot of work. If a dev can't be bothered to tell people how to install their program then idk how they expect people to use their software.
in reply to MangoPenguin

This entry was edited (6 months ago)
in reply to MangoPenguin

There are two specific problems I see here for the mentioned binaries.
1. The software is packaged as a generic archive, no format like rpm or deb the system package manager could/does handle. Thus, the package manager of your system does neither know that you've installed this binary nor what it depends on. The developer could have at least mentioned on which exact system the Linux binaries are supposed to work, e.g. Ubuntu 22.04, so that the user knows, that they might have issues running it on a different system.
2. The developer could have built and packed it in a way that it can be installed by the package manager of a specific distribution. Launchpad or OBS are made for this purpose. The other option, wrapping it as a flatpak, works too, but may bloat the system of the user as different versions of the same libraries are installed (system generic + flatpak version).

Nonetheless, as a Linux user, you are encouraged to build directly from source.

This entry was edited (6 months ago)
in reply to Successful_Try543

Nonetheless, as a Linux user, you are encouraged to build directly from source.


Yeah screw that lol, I want my OS to just work and be easy to use with minimal fuss.

in reply to MangoPenguin

I had to install Golang and build it myself to make it work with my version of glibc. But in the end the themes aren't rendered properly. In other words, proper Linux experience.
in reply to MangoPenguin

Seems it's been reported github.com/MHNightCat/superfil… and the PR to fix it looks like it was merged, so you should be able to run it soon
in reply to lemmyreader

That name tho... Maybe could have chosen a different one.
in reply to ccdfa

Try saying: "I'm a (the name of the project)" out loud, and let me know how that sounds.
in reply to Nora

Get your head out of the gutter. There is a difference between file and philia, the former being something managed by this program and the latter being Greek for "love". Further, the phil- prefix/suffix is used in many words which don't mean what you seem to associate it with. Take philosophy for example—the love of wisdom.
in reply to atzanteol

Not really? It has alot of icons which are all driven by nerd font. Also you can basically use any font you want, neard just addes some extra glyphs
in reply to lemmyreader

Thanks for the share!

I've always liked tui file managers, broot is a pretty cool one as well.

in reply to lemmyreader

This looks super cool, but I've been using midnight commander for so so long.
in reply to laurelraven

Because R would be weird for this use case hence Go being better for it
This entry was edited (6 months ago)
in reply to ILikeBoobies

But why bring it up at all? Nobody said anything about R so why make that comparison?
in reply to dino

How else is it going to fit inside of 25kb?
Can they even make rust executables under 1GB?
in reply to interdimensionalmeme

Did you mean 1MB? With correct settings, you get under 1MB Rust binaries and with even more compression using upx it gets to 300KB, probably less for much simpler applications. Rust applications aren't that big of a deal as people make it to be; within reasons off course.
in reply to thingsiplay

The one issue I have with Rust apps is how much memory they need to compile (depending on the app ofc). I could not install Pika Backup from AUR on a laptop with 4 GB of RAM for instance because the compilation would run out of memory. It's one case where I was glad flatpak is an option.
in reply to interdimensionalmeme

Not sure where you got the 25kb number from.

This tool is written in go and is a 7.8 MB compiled binary.

in reply to bodaciousFern

Oh wow, a text based file manager is that big ? That's half of my openwrt router's memory
in reply to interdimensionalmeme

Because it's a statically compiled binary, it tends to grow the size of the binary. Increases portability though.
in reply to ristoril_zip

I love mc for its sftp/ssh capabilities. It makes it so much easier to do remote admin/support.
in reply to Nik282000

Every time I install Windows the first thing I download is total commander. I can't function without it.
Unknown parent

jaxxed
I like fancy
Unknown parent

lemmyreader
Did you check what the connections are about ? Maybe it is only checking for new updates ?
Unknown parent

PlexSheep
Good to know. How do you test if a program makes network connections? Do you just open Wireshark and look at outgoing traffic?
in reply to lemmyreader

Linux user. Installs fancy gui. Uses terminal for file management.

/Use your own meme format.

in reply to nfsu2

care to elaborate why? aka give some details on the advantages of superfile? for how long did you use nnn?
in reply to dino

It had some functionalities that nnn did not have like displaying processes or favourite directories and such. In the end I got back to nnn because I read that superfile had internet access plus the fact that I use a graphical file manager for things that nnn or many terminal file managers can not do with extensive plugins.
in reply to nfsu2

Uhm both displaying copy/move process and having shortcuts for "favourite" dirs is quite possible with nnn. Although for the later I mostly use -S argument for persistent session.

The only drawback of nnn in my book is the kind of weird/cumbersome way to configure it eith ENV variables. And the non-existent preview image display under wayland.

This entry was edited (6 months ago)
in reply to dino

Yeah, having to customize with env variables is not great, and adding bookmarks is much easier in superfile. Anyway I suposse one does not set bookmarks to often. Plus nnn was so fast I just tapped they keys to get to the directory I needed easily. Once I learned most shortcuts I was flying trough operarions.
Unknown parent

dino
the hero we need