A terminal UI for browsing and solving LeetCode problems.
# stable, built from source
yay -S leetui
# stable, prebuilt binary
yay -S leetui-bin
# bleeding edge, built from main
yay -S leetui-gitgo install github.com/lbarto12/leetui@latestgit clone https://github.com/lbarto12/leetui.git
cd leetui
go build -o leetui .Set LEETUI_DEBUG=1 to write logs to $XDG_STATE_HOME/leetui/debug.log
(falls back to ~/.local/state/leetui/debug.log).
MIT — see LICENSE.