6 lines
237 B
Text
6 lines
237 B
Text
lazycli allows to turn static CLI commands into TUIs with ease.
|
|
|
|
Pick a command that spits out either a list or table of content, like ls,
|
|
docker ps, git branch, or git status --short. Then run lazycli -- <YOUR COMMAND>
|
|
|
|
$ lazycli -- ls
|