feat: use XDG directories for theme config#45
feat: use XDG directories for theme config#45stashluk wants to merge 1 commit intoshinokada:mainfrom
Conversation
Switch from hardcoded ~/.config/tera to XDG Base Directory specification using go-music-players/xdg-dirs library. This ensures proper config directory placement across different platforms and respects user XDG environment variables. Changes: - Add go-music-players/xdg-dirs dependency - Update GetConfigPath() to use XDG specification - Maintain backward compatibility with existing configs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for terminal-radio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Switch from hardcoded
~/.config/terato XDG Base Directory specification using go-music-players/xdg-dirs library. This ensures proper config directory placement across different platforms and respects user XDG environment variables.