Skip to content

lbarto12/leetui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetui

A terminal UI for browsing and solving LeetCode problems.

Install

Arch Linux (AUR)

# stable, built from source
yay -S leetui

# stable, prebuilt binary
yay -S leetui-bin

# bleeding edge, built from main
yay -S leetui-git

go install

go install github.com/lbarto12/leetui@latest

From source

git clone https://github.com/lbarto12/leetui.git
cd leetui
go build -o leetui .

Debug logging

Set LEETUI_DEBUG=1 to write logs to $XDG_STATE_HOME/leetui/debug.log (falls back to ~/.local/state/leetui/debug.log).

License

MIT — see LICENSE.

About

A simple TUI for cloning Leetcode problems locally

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors