jb

Community

Background job manager for long-running tasks.

Authornijaru
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides a lightweight background job manager to run long-running commands without losing output or requiring an active session.

Core Features & Use Cases

  • Start jobs with IDs and optional names
  • Follow, wait, stop, and retry
  • Persist output and survive disconnects

Quick Start

Start a background task with: jb run "npm test" --name tests; view status with jb status <id>; tail logs with jb logs <id> --follow.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jb
Download link: https://github.com/nijaru/dotfiles/archive/main.zip#jb

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository