Metadata-Version: 2.1
Name: qclaw
Version: 0.1.0
Summary: Open a URL in the default browser from the command line.
Author: Codex
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# r

`r` is a tiny command line tool that opens a URL in your default browser.

## Install

```bash
pip install .
```

## Usage

```bash
r https://www.baidu.com
```

If the URL has no scheme, `https://` is added automatically.
