中文 | English
leo-cli builds a leo binary for personal command-line workflows:
- Build SQL
INvalues from clipboard, txt, or csv input and copy the result. - Index local Git repositories and pick one from an interactive terminal list.
- Generate a shell helper so
repocan jump into the selected repository. - Convert Unix timestamps and common date-time strings across timezones.
- Copy container images with registry aliases through
skopeo copy. - Search and follow project logs in a temporary browser workspace.
Download the binary for your platform from GitHub Releases, rename it to leo (leo.exe on Windows), and put its directory on PATH.
You can also build from source:
make buildThe output is bin/leo.
leo joinRead the full English documentation at https://leowzz.github.io/leo-cli/en/.
make dev
make test
make build