Open Web from CLI A simple CLI tool to open web pages in your default browser. Installation Clone this repository Run bun install to install dependencies Usage bun start <url> Example: bun start https://google.com Technical Details Built with TypeScript Uses ES Modules Requires Node.js 18+ or Bun