Show HN: Replace shell commands with bun shell typescript scripts
Category: cli-tool
Tags: cli-tool, typescript, shell-replacement
Score: 4.8/10 (Innovation: 4, Technical: 5, Documentation: 6, Utility: 4)
Bunsh is a CLI tool that allows developers to quickly iterate on TypeScript scripts using bun, with shell history integration for rapid editing cycles. It combines the speed of a REPL with the output of a clean script file, making it interesting for those who want to replace complex shell commands with type-safe TypeScript.
Target audience: backend devs, devops
Repository: https://github.com/aadalal/bunsh ยท Rust
View on Hacker News