Clearloop Leetcode Cli Versions Save

May the code be with you 👻

v0.4.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/clearloop/leetcode-cli/compare/v0.4.1...v0.4.3

v0.4.1

11 months ago
  • Re-enable chrome plugin
  • Search problems via name

v0.4.0

11 months ago

New configuration has been released in this version!

[code]
editor = 'emacs'
# Optional parameter
editor-args = ['-nw']
lang = 'rust'

[cookies]
csrf = '<your-leetcode-csrf-token>'
session = '<your-leetcode-session-key>'

[storage]
cache = 'Problems'
code = 'code'
root = '~/.leetcode'
scripts = 'scripts'

Any questions plz join telegram: https://t.me/+U_5si6PhWykxZTI1

v0.3.11

1 year ago