leetcode-cli icon indicating copy to clipboard operation
leetcode-cli copied to clipboard

change the config directory form ~/.leetcode to ~/.config/leetcode ?

Open ghost opened this issue 2 years ago • 2 comments

is the a env variable to do so ?

ghost avatar Apr 12 '22 23:04 ghost

we currently don't have this feature,

https://github.com/clearloop/leetcode-cli/blob/2b373c0eee7824d96f13353cbe7ff53828db5815/src/cfg.rs#L87

the code is here if anybody want to help ❤️

clearloop avatar Jun 08 '22 08:06 clearloop

I believe for now you may symlink the file ln -s $HOME/.config/leetcode $HOME/.leetcode

akarsh1995 avatar Jul 11 '23 06:07 akarsh1995