terminal-leetcode
terminal-leetcode copied to clipboard
Terminal-Leetcode is a terminal based leetcode website viewer.
Hi guys Thank you for the excellent tool for Leetcode. I have a problem with these tools. When I define `export EDITOR="nvim"` the editor is not working, and when I...
terminal-leetcode > leetcode -v Traceback (most recent call last): File "/usr/local/bin/leetcode", line 6, in from pkg_resources import load_entry_point File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 3241, in @_call_aside File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 3225, in _call_aside...
command: `leetcode` message: `Unable to connect to cookie_file` macOS version: 11.6.2 (20G314)
How about adding search function with 'real word' and display search results comes from leetcode search query.
The matrix is not formatted properly in terminal-leetcode.   HTML source: ```html -- | Given a 2d grid map of '1's (land) and '0's (water), count the number of...
Leetcode does not allow concurrent sessions: logging into webpage will kick terminal-leetcode out. This PR checks if terminal-leetcode is logged in before each retrieve and login if needed.
Currently the solution file name contains only id. It might be useful to add the problem title to the file name as well. Here's one usage case. Leetcode has many...