Skip to main content

A CLI knowledge base for commands, code snippets, and SQL queries

Project description

Metis

metis

A terminal knowledge base for commands, code snippets, and SQL queries. Organize entries into knowledge bases (e.g. aws, terraform, snowflake), search with keywords or semantic similarity, and copy results straight to your clipboard.

Features

  • Organize snippets into named knowledge bases
  • Interactive TUI browser with arrow-key navigation (fzf-style)
  • Keyword search and semantic/vector search (ChromaDB)
  • Copy to clipboard or print to terminal with a single keypress
  • Rich terminal output with colors and tables
  • All data stored locally under ~/.metis

Installation

pip install -e .

Requires Python 3.9+.

Quick start

# Create knowledge bases
metis --kb aws
metis --kb terraform
metis --kb snowflake

# Add entries
metis add --kb aws -t "List VPC subnets" \
  -c "aws ec2 describe-subnets --filters Name=vpc-id,Values=vpc-xxx" \
  -d "Get all subnets in a VPC" --tags "ec2,vpc,networking"

metis add --kb terraform -t "Plan and apply" \
  -c "terraform plan -out=tfplan && terraform apply tfplan" \
  --tags "iac,deploy"

metis add --kb snowflake -t "Get task history" \
  -c "SELECT * FROM TABLE(INFORMATION_SCHEMA.TASK_HISTORY()) ORDER BY SCHEDULED_TIME DESC LIMIT 20;" \
  --tags "tasks,monitoring"

Usage

metis [OPTIONS] COMMAND [ARGS]

Global options

Option Description
metis -V Show version
metis -l / metis --list List all knowledge bases
metis --kb <name> Create a new knowledge base

Commands

Command Description
metis add Add an entry (prompts for title and command)
metis find [query] Search entries; no query opens interactive browser
metis find -s <query> Semantic / vector search
metis find -p <query> Search then pick an entry to copy or print
metis ls List all entries
metis ls --kb aws List entries in a specific knowledge base
metis ls -p List then pick an entry to copy or print
metis rm <id> Delete an entry by ID
metis reindex Rebuild the vector search index

Interactive browser (metis find)

Running metis find with no arguments opens a full-screen TUI:

  1. Knowledge base selector — pick a KB or "all"
  2. Entry browser — type to filter, arrows to navigate, c to copy, p to print
Key Action
/ Navigate entries
/ Enter Open knowledge base
/ Backspace Go back to KB list
Ctrl+K Toggle search mode (type to filter)
Esc / Enter Exit search mode
c Copy highlighted command to clipboard
p Print highlighted command and exit
q / Ctrl-C Quit

Type any characters to filter entries by keyword.

Data storage

All data lives in ~/.metis/:

~/.metis/
├── metis.json        # knowledge bases and entries
└── vectorstore/      # ChromaDB vector index

Development

# Install in editable mode
pip install -e .

# Lint
pip install ruff
ruff check src/
ruff format src/

License

MIT

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

metis_kb-0.1.2.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

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

metis_kb-0.1.2-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file metis_kb-0.1.2.tar.gz.

File metadata

  • Download URL: metis_kb-0.1.2.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for metis_kb-0.1.2.tar.gz
Algorithm Hash digest
SHA256 19e58b4c2d6dee07328c83dde58bc9b4ad692d78bfe05c548c559942ffad6dfe
MD5 41e75b44196df464f20678ebb06f7c27
BLAKE2b-256 30cc6395178222812799169b5b0d15d506603df4bd6837cd57a7ca113121ed2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for metis_kb-0.1.2.tar.gz:

Publisher: release.yml on abyssnlp/metis

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file metis_kb-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: metis_kb-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for metis_kb-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d885cefaaa3b5c80ace1d33a1f6488e88278eaa8279584eef9b45e709dd2b89f
MD5 b91d1d5fcfb1d5055b36c998109d8623
BLAKE2b-256 a42a1c603817521b796bb34a23b901e1fe78eb3beacc4213dd280d21b0e1cc19

See more details on using hashes here.

Provenance

The following attestation bundles were made for metis_kb-0.1.2-py3-none-any.whl:

Publisher: release.yml on abyssnlp/metis

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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