tealdeer/src
Niklas Mohrin 37b0dee39f
Support XDG directory spec on macOS by switching app_dirs2 to etcetera (#467)
Closes #311

Similar to how `bat` does it, we now have a global struct which holds
all the queried system directories. We prefer the XDG directories, but
use the "native" directories as a fallback. This should ensure that when
MacOs users upgrade from an older version, their existing config and
cache are still used. After deleting the old directories, the new ones
should be used by tealdeer automatically.
2026-08-06 00:37:37 +02:00
..
cache.rs Fix Rust 1.95 clippy lints 2026-04-17 22:08:42 +02:00
cli.rs Add builtin tldr tealdeer page (#472) 2026-04-14 00:31:31 +02:00
config.rs Support XDG directory spec on macOS by switching app_dirs2 to etcetera (#467) 2026-08-06 00:37:37 +02:00
extensions.rs Introduce Language struct (#425) 2025-06-06 23:25:30 +02:00
formatter.rs Fix 1.97 clippy lints 2026-07-26 23:52:43 +02:00
line_iterator.rs Run cargo +nightly clippy --fix and formatting (#442) 2025-10-03 22:44:39 +02:00
main.rs Support XDG directory spec on macOS by switching app_dirs2 to etcetera (#467) 2026-08-06 00:37:37 +02:00
output.rs Fix Rust 1.95 clippy lints 2026-04-17 22:08:42 +02:00
types.rs Run cargo +nightly clippy --fix and formatting (#442) 2025-10-03 22:44:39 +02:00
utils.rs Upgrade yansi: 0.5.1 -> 1.0.1 (#389) 2024-11-14 16:07:30 +01:00