tlm is your CLI companion which requires nothing then your workstation. It uses most efficient and powerful CodeLLaMa in your local environment to provide you the best possible command line suggestions.
-
💸 No API Key (Subscription) is required. (ChatGPT, Github Copilot, Azure OpenAI, etc.)
-
📡 No internet connection is required.
-
💻 Works on macOS, Linux and Windows.
-
👩🏻💻 Automatic shell detection.
-
🚀 One liner generation and command explanation.
Installation can be done in two ways;
- Installation script (recommended)
- Go Install
Installation script is the recommended way to install tlm. It will recognize the which platform and architecture to download and will execute install command for you.
Download and execute the installation script by using the following command;
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/main/install.sh | sudo bash -E
Download and execute the installation script by using the following command;
Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/main/install.ps1 | Invoke-Expression
If you Go 1.21 or higher installed on your system, you can easily use the following command to install tlm;
go install github.com/yusufcanb/tlm@latest
Check installation by using the following command;
tlm help
On Linux and macOS;
rm /usr/local/bin/tlm