# open-url **Repository Path**: mirrors_Jam3/open-url ## Basic Information - **Project Name**: open-url - **Description**: CLI to open a URI or path - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # open-url [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) A command-line version of [opn](https://www.npmjs.com/package/opn). ## Usage [![NPM](https://nodei.co/npm/open-url.png)](https://www.npmjs.com/package/open-url) To use: ```sh open-url reddit.com open-url https://google.com/ ``` If a protocol isn't specified, it defaults to `http://`. ## License MIT, see [LICENSE.md](http://github.com/Jam3/open-url/blob/master/LICENSE.md) for details.