# edc/bass

Make Bash utilities usable in Fish shell

Repository: https://github.com/edc/bass
Canonical: https://ross.abutalabs.com/products/bass
Language: Python
License: MIT
License Family: permissive
Last push: 2023-12-16T23:50:52+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": 4188, "days_push": 991, "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 2460, forks 76 (observed 2026-08-28T04:06:53.441583+00:00)

## What it is
Bass is a Fish shell plugin that lets users run Bash utilities that modify the shell environment (like nvm or virtualenv) directly in Fish. It works by capturing environment variable changes made in a nested Bash process and replaying them in the Fish session.

## Use cases
- use nvm in fish shell
- source bash setup scripts from fish
- run bash utilities that export environment variables in fish
- activate python virtualenv written for bash while using fish
- port bash environment changes to fish without rewriting scripts

## When to choose
- you use fish shell but need bash-only tools like nvm that must be sourced
- you want to reuse bash environment setup scripts without porting them to fish syntax

## When to avoid
- you only need to run standalone bash scripts, which fish already supports via shebangs
- a native fish alternative like virtualfish already exists for your tool
- a simple `exec bash -c 'source ...; exec fish'` workflow is sufficient

## Facets
- artifact type: plugin
- maturity: maintenance
- function: developer-tools, cli
- domain: developer-tools
- platform: cli
- tags: fish-shell, bash-compatibility, shell-environment, oh-my-fish, fisher, command-line, linux, macos

## Member repositories
- edc/bass (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.441583+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-30T02:29:20.156222+00:00, confidence not recorded.
  - readme: https://github.com/edc/bass (fetched 2026-08-28T04:06:53.441583+00:00, sha 4b62a407c60a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
