← Back

Jobers

CLI tool for saving and executing named shell commands — bookmarks for complex workflows with runtime argument support.

A Rust CLI tool for bookmarking complex shell commands as named jobs. Commands are stored in ~/.jobers/jobs.json, support runtime argument injection, and execute with full shell feature support — pipes, redirects, variables, and globs. Cross-platform across Unix, macOS, and Windows, with proper exit code propagation for use in scripts.