sharkdp/numbat

Follow XDG dirs if set on macos

Open

#744 aberto em 20 de jun. de 2025

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)Rust (103 forks)github user discovery
applicationgood first issue

Métricas do repositório

Stars
 (2.569 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

If XDG_CONFIG_HOME, or XDG_DATA_HOME are set, then use those dirs for config, and history, just like on linux. The current dirs are technically correct for macos, but many command lines tools prefer these if set, and it keeps a nice separation between gui/ and cross platform cmd apps. Also tools like pearcleaner flag the files as 'orphaned' as they can't match it to an installed App/.

Guia do colaborador