Skip to content
/ tlm Public
forked from yusufcanb/tlm

Local terminal companion, powered by CodeLLaMa. 💻🦙

License

Notifications You must be signed in to change notification settings

eomeragic1/tlm

 
 

Repository files navigation

tlm - Local terminal companion, powered by CodeLLaMa.

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.

Suggest

Suggest

Features

  • 💸 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

Installation can be done in two ways;

  • Installation script (recommended)
  • Go Install

Installation Script

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.

Linux and macOS;

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

Windows (Powershell 5.1 or higher)

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

Go Install

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

Uninstall

On Linux and macOS;

rm /usr/local/bin/tlm

About

Local terminal companion, powered by CodeLLaMa. 💻🦙

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 74.9%
  • Shell 12.5%
  • PowerShell 12.4%
  • Dockerfile 0.2%