leetcode-tui
leetcode-tui copied to clipboard
Terminal UI for leetcode. Lets you browse questions through different topics. View, solve, run and submit questions from TUI.
Hi there, clean idea! I ran into a few issues, all of which may be stemming from one problem related to editor setup. I am on OSX, using cookies from...
I set cookies in the config.toml file, and when I ran leetui, this error occurred. Error: RequestError(reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) })
I installed with `cargo install leetcode-tui-rs`. Then initialized my config: ```toml # /Users/alex.chaplianka/Library/Application Support/com.akarsh.leetui/config.toml' csrftoken = "x.y.z" lc_session = "jGM...U" ``` then it crashes: >Well, this is embarrassing. > >...
It is unable to open the editor of choice as set in the EDITOR env var in Windows on Powershell while it runs fine in bash, attached is a reproducible...
Currently, on pressing `e` it opens vscode. I want to open nvim. can this be configured by `config.toml`?