# f/omelette

Omelette is a simple, template based autocompletion tool for Node and Deno projects with super easy API. (For Bash, Zsh and Fish)

Repository: https://github.com/f/omelette
Canonical: https://ross.abutalabs.com/products/omelette
Language: CoffeeScript
License: MIT
License Family: permissive
Topics: autocompletion, cli
Last push: 2022-01-21T18:01:33+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4877, "days_push": 1685, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1409, forks 40 (observed 2026-08-28T04:04:38.713100+00:00)

## What it is
Omelette is a template-based autocompletion helper library for Node.js and Deno CLI applications, generating shell completions for Bash, Zsh, and Fish. It offers a simple event-based and ES6 template literal API for defining completion fragments.

## Use cases
- add bash/zsh/fish autocompletion to a Node CLI
- generate shell completions from a template literal
- add tab-completion to a Deno command-line tool
- dynamically suggest arguments based on filesystem or API data
- set up and clean up shell init files for completions

## When to choose
- you are building a Node or Deno CLI and want easy shell autocompletion
- you want a minimal template-based API rather than a full CLI framework
- you need to support Bash, Zsh, and Fish from one library

## When to avoid
- you need a full CLI argument parser or framework
- your project is not JavaScript/TypeScript based
- you need shells beyond Bash, Zsh, or Fish

## Facets
- artifact type: library
- maturity: maintenance
- function: cli, developer-tools
- domain: developer-tools
- platform: cli, cross-platform
- tags: shell-completion, bash, zsh, fish, autocompletion, coffeescript, command-line, nodejs, deno

## Member repositories
- f/omelette (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.713100+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:31.883392+00:00, confidence not recorded.
  - readme: https://github.com/f/omelette (fetched 2026-08-28T04:04:38.713100+00:00, sha df5f7d3e98e9)
  - registry_npm: https://registry.npmjs.org/omelette (fetched 2026-08-29T11:52:01.190998+00:00, sha eda00374abe8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
