Installation
Requirements
Section titled “Requirements”- macOS or Linux (Windows not supported)
Homebrew (Recommended)
Section titled “Homebrew (Recommended)”brew install shahin-bayat/tap/loklOne-liner Script
Section titled “One-liner Script”curl -fsSL https://raw.githubusercontent.com/shahin-bayat/lokl/main/install.sh | bashThis downloads the latest release and installs to /usr/local/bin (or ~/.local/bin if no write access).
To install a specific version:
curl -fsSL https://raw.githubusercontent.com/shahin-bayat/lokl/main/install.sh | bash -s -- v0.1.0Install from Source
Section titled “Install from Source”Requires Go 1.23+:
go install github.com/shahin-bayat/lokl/cmd/lokl@latestMake sure $GOPATH/bin is in your PATH.
Verify Installation
Section titled “Verify Installation”lokl --versionShell Completions
Section titled “Shell Completions”lokl completion bash > /etc/bash_completion.d/lokllokl completion zsh > "${fpath[1]}/_lokl"lokl completion fish > ~/.config/fish/completions/lokl.fish