Commit graph

6 commits

Author SHA1 Message Date
0eb4d38392
feat(utils): introduce doot-utils crate with XDG directory helpers
- Add new `doot-utils` crate with `xdg` module for consistent cross-platform directory resolution
- Replace `dirs` crate usage with `doot_utils::xdg` functions in cli, core, and lang crates
- Use XDG layout on all platforms (including macOS) for config, data, cache, and state directories
- Add home_dir(), config_home(), data_home(), cache_home(), and state_home() helpers
- Update dependencies to use doot-utils workspace reference
- Remove unused dirs and related crates from Cargo.lock
- Improve error handling in template rendering and package installation
- Add InstalledCache for package managers to reduce process spawning
- Optimize brew package installation with parallel fetching and sequential installing
- Fix path canonicalization in e2e tests for consistent symlink handling
- Add clippy allowance for large parser errors in doot-lang
2026-06-09 23:24:46 -07:00
7346c11a6e
feat(cli): add age encryption support and decrypt-entries command 2026-02-17 15:08:28 -06:00
Ray Sinurat
19b82e6313 feat(parallel): parallel execution of tasks 2026-02-06 03:13:06 -06:00
Ray Sinurat
9490328bfb feat(logging): add tracing logger 2026-02-05 23:18:33 -06:00
Ray Sinurat
ca86eaae6e fix(parser): bug in indentation 2026-02-05 22:35:09 -06:00
Ray Sinurat
c53b4db9cf chore: initialize 2026-02-05 20:49:22 -06:00