Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.35k stars 226 forks source link

Use XDG_RUNTIME_DIR when available #891

Closed yerlaser closed 1 week ago

yerlaser commented 2 weeks ago

XDG_RUNTIME_DIR is almost guaranteed to be living inside in-memory filesystem (tmpfs) which is much more suitable for such a create and drop temp files. On many systems /tmp is still on hard disk.

FrancescElies commented 2 weeks ago

LGTM, shortly tested on a windows11 with nu 0.95.

@Canop if that's enough for you feel free to merge.