this post was submitted on 27 Jun 2026
2 points (60.0% liked)

Rust

8098 readers
2 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 3 years ago
MODERATORS
 

I'm kinda still shopping around for a good graphical filemanager. This is of course still very raw, but the tagging system might actually take care of the bookmark aspect, which is very important to me.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Calfpupa@lemmy.ml 1 points 1 day ago (1 children)

Do you have any experience with C++? I bet if you could tweak Dolphins Folder panel to display a certain folder instead of mirroring current location, you could then direct it to a folder (with subfolders!) with symlinks in it.

Ha, nice idea, but I don't know C++ and that's a yak I won't shave :) I've also tried working with a folder with symlinks, and I discarded the idea for some reason I'm not really sure on (I think it has something to do with the fact that entering a symlinked directory will have you work inside the symlink, rather than the symlink's target).