Skip to main content

A minimalist CLI tool to connect to OpenRouter and chat with free AI models directly from your terminal.

Project description

Terminal Pilot

A minimalist, interactive CLI tool to connect to OpenRouter and chat with free AI models directly from your terminal.

Installation

You can install Terminal Pilot globally directly from PyPI:

pip install Terminal-Pilot

Configuration

Zero configuration required!

Just run tp start. If you don't have an OpenRouter API key set up, the CLI will interactively ask you for it and securely save it for future sessions.

Usage

Start the interactive assistant from anywhere in your terminal:

tp start

Inside the interactive chat, you can instantly load files into the AI's memory by using the /read command:

? You: /read requirements.md
✓ Loaded requirements.md into memory!
? You: Give me a summary of this project.

Changing Models Mid-Chat

If a model hits a rate limit or you want to switch to a different one, you don't need to exit. Just type /model to hot-swap:

? You: /model
✓ Switched model to: google/gemma-3

Pipe Support (stdin)

You can pipe data directly into the AI to analyze logs, code, or command outputs instantly without opening an interactive chat:

cat error.log | tp ask "Why is this crashing?"
git diff | tp ask "Write a commit message for these changes"
tp ask "What is the command to undo a git commit?"

Personas & Rules

Terminal Pilot ships with a default persona out of the box (a lazy senior developer focused on YAGNI). To disable or modify the default persona, simply edit or clear the ~/.terminal_pilot_default.md file that gets automatically generated in your home directory.

You can hot-swap the AI's personality or rules at any point—even mid-chat—using the /rule command:

? You: /rule concise
✓ Rule loaded mid-chat: concise

Terminal Pilot supports several ways to load rules:

  1. Built-in Personas: Use our pre-configured shortcuts (e.g., ponytail, pirate, concise).
  2. Local Files & Remote URLs: Pass any .md file or raw URL (/rule https://raw.github.../prompt.md).
  3. Your Custom Aliases: Create a ~/.terminal_pilot_rules.json file in your home directory with your own shortcuts:
    {
      "hacker": "You are a 90s movie hacker...",
      "expert": "You are a senior python developer..."
    }
    
    Then simply type /rule hacker anywhere!

You can also start the CLI with specific rules instantly (and chain them):

tp start --rule pirate
tp start --rule https://example.com/rule.md --rule concise

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terminal_pilot-0.1.5.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

terminal_pilot-0.1.5-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file terminal_pilot-0.1.5.tar.gz.

File metadata

  • Download URL: terminal_pilot-0.1.5.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for terminal_pilot-0.1.5.tar.gz
Algorithm Hash digest
SHA256 3b080fc25174ab52bf2242abf3f9170937e06ad15bc8c868b9d0442881248ef7
MD5 1afa2662a7b085f236323d23f6cf2db2
BLAKE2b-256 d906943a6c5446650f8dce2befeea23872883fa1703b2af164d1ee176675d128

See more details on using hashes here.

File details

Details for the file terminal_pilot-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: terminal_pilot-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for terminal_pilot-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fd597a27e3e72db44f5e7f2516032deff64ebdcb4f4b01e2c6bb8a674d3bd13a
MD5 e4b5e47fd08bcc50c8773b554b50487a
BLAKE2b-256 d742f7dd8a94ac6601307e30e1acb3405d6500cead816df65cf8b8871be550d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page