this post was submitted on 26 Jan 2025
60 points (96.9% liked)

Rust

6402 readers
12 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] skimm@lemmy.sdf.org 8 points 4 weeks ago (3 children)

While not rust or for watching specifically, xdg-ninja can help you move files out if $HOME, if it's supported by the offending program.

[–] qaz@lemmy.world 1 points 4 weeks ago* (last edited 4 weeks ago) (2 children)
[–] BB_C@programming.dev -3 points 4 weeks ago (1 children)

There is nothing neat about anything xdg.

[–] aes@programming.dev 7 points 3 weeks ago

I really prefer .config and .cache to just having random crap in your home directory. It comes with fallbacks, too, if you want things somewhere else.

xdg dirs are a win. I don't know which parts you might be thinking about, (and quite possibly being quite right about,) but this part, at least, is good.