beachcomber 0.5.1

A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
Documentation
{
  "name": "beachcomber",
  "version": "0.1.1",
  "description": "Install the beachcomber (comb) shell-state daemon. Downloads the correct binary for your platform from GitHub Releases.",
  "bin": {
    "comb": "./bin/comb",
    "beachcomber": "./bin/comb"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "files": [
    "install.js",
    "bin/"
  ],
  "author": "NavistAu",
  "license": "MIT",
  "homepage": "https://beachcomber.sh",
  "repository": {
    "type": "git",
    "url": "https://github.com/NavistAu/beachcomber.git"
  },
  "keywords": [
    "beachcomber",
    "comb",
    "shell",
    "prompt",
    "daemon",
    "cache"
  ]
}