Please describe the problem you're trying to solve
Current Goto definitions are as follows: { on = [ "g", "d" ], run = "cd ~/Downloads", desc = "Goto ~/Downloads" },. Which is.. something, I guess. Why not use much more portable approach of cd $XDG_DOWNLOAD_DIR? Same goes for ~/.config.
Would you be willing to contribute this feature?
[X] Yes, I'll give it a shot
Describe the solution you'd like
Use XDG variables.
Additional context
I tested them, they work as expected.
Validations
[X] I have searched the existing issues/discussions
Please describe the problem you're trying to solve
Current Goto definitions are as follows:
{ on = [ "g", "d" ], run = "cd ~/Downloads", desc = "Goto ~/Downloads" },
. Which is.. something, I guess. Why not use much more portable approach ofcd $XDG_DOWNLOAD_DIR
? Same goes for~/.config
.Would you be willing to contribute this feature?
Describe the solution you'd like
Use XDG variables.
Additional context
I tested them, they work as expected.
Validations