0.1.17 • Published 10 months ago

tripleg v0.1.17

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Triple G

Triple G is an experimental AI completion tool designed to enhance productivity by listening to keypresses and clipboard changes. It integrates AI-powered completions into any text environment, whether you're coding, writing documentation, or composing emails. Use Triple G to streamline your workflow and enhance your text interaction capabilities with AI.

Type ggg to trigger an AI completion at your cursor location, and GGG to clear the internal context stack.

Key Features

  • Auto Context: Listens to keypresses and clipboard changes to automatically set context.
  • AI Completions: Activate AI completions with a simple keystroke.
  • Multiple Providers: Choose from several AI providers to suit your needs.

Installation

Prerequisites

  • Node.js (v16 or later recommended)
  • Compatible with macOS (possibly compatible with Linux and Windows, but not tested)
  • Enable accessibility for the terminal or wherever you want to run from
npm install -g tripleg

Note: if you experience node-gyp installation issues, you may need to install python setup tools python3 -m pip install setuptools

Usage

tripleg --provider openai -m gpt-3.5-turbo

Options

  • -p, --provider <provider>: Specify the provider for the model.
  • -m, --model <model>: Specify the model to use.
  • -sp, --system-prompt <prompt>: Set a system guidance prompt.
  • -t, --trigger-key <key>: Set the trigger key for completion.
  • -d, --delay <ms>: Set the delay between typing chunks.
  • -l, --list: List all available model options.
  • -o, --ocr <directory: Perform OCR on images in the specified directory (experimental & only available on macOS).
  • -u, --use-tools: Use experimental system tools (e.g., read and write files, execute bash commands).
  • -v, --verbose: Display debug logs.
  • -V, --version: Output the version information.
  • -h, --help: Display the help information.

Key commands

Interact with Triple G using these key sequences:

  • ggg: Trigger an AI completion at your cursor location.
  • GGG: Clear the internal context stack.
  • ggx: Experimental, MacOS only feature Take a screenshot and perform OCR.
  • gGg: Exit Triple G.

Providers

Triple G integrates with the following providers, each requiring specific API keys:

  • OpenAI: OPENAI_API_KEY
  • Together: TOGETHER_API_KEY
  • Perplexity: PERPLEXITY_API_KEY
  • Mistral: MISTRAL_API_KEY
  • Groq: GROQ_API_KEY
  • Gemini: GEMINI_API_KEY
  • Anthropic: ANTHROPIC_API_KEY
  • Ollama: No API key required.

Ensure the corresponding environment variables are set for seamless integration.

0.1.10

12 months ago

0.1.11

12 months ago

0.1.12

12 months ago

0.1.13

12 months ago

0.1.15

12 months ago

0.1.16

10 months ago

0.1.8

1 year ago

0.1.17

10 months ago

0.1.9

12 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago