this post was submitted on 10 May 2024
3 points (80.0% liked)

Linux

48190 readers
1266 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 6 months ago

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

[–] [email protected] 1 points 6 months ago

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

/Use your own meme format.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

What's the big selling point compared to ranger, nnn, yazi or broot?

[–] [email protected] 0 points 6 months ago* (last edited 6 months ago) (1 children)

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.

[–] [email protected] 0 points 6 months ago (1 children)

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.

[–] [email protected] 1 points 6 months ago

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.

[–] [email protected] 0 points 6 months ago (1 children)

Not written in rust, yuck! 😆

[–] [email protected] 0 points 6 months ago (1 children)

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

[–] [email protected] 0 points 6 months ago (1 children)

Not sure where you got the 25kb number from.

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

[–] [email protected] 0 points 6 months ago (1 children)

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

[–] [email protected] 1 points 6 months ago

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

[–] [email protected] 0 points 6 months ago

Feels like dired and mc, but way more stylized and cool.

[–] [email protected] 0 points 6 months ago

Commenting so I can grab this later

[–] [email protected] 0 points 6 months ago (1 children)

This file manager made me ditch nnn, very well done!

[–] [email protected] 1 points 6 months ago (1 children)

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

[–] [email protected] 0 points 6 months ago (1 children)

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.

[–] [email protected] 0 points 6 months ago* (last edited 6 months ago) (1 children)

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.

[–] [email protected] 1 points 6 months ago

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.