Metadata-Version: 2.4
Name: bejw
Version: 0.2.1
Summary: A capped reading list for links that shimmer
Author: menisadi
Project-URL: Homepage, https://github.com/menisadi/bejw
Project-URL: Repository, https://github.com/menisadi/bejw
Project-URL: Changelog, https://github.com/menisadi/bejw/blob/main/CHANGELOG.md
Keywords: cli,reading-list,links,productivity
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: rich>=14.3.2
Requires-Dist: typer>=0.21.1

# bejw

A small CLI to keep a capped reading list of links in a local JSON file.

## Install

```bash
uv sync
```

## Usage

```bash
python main.py --help
python main.py init --capacity 10
python main.py add "https://example.com" "Example"
python main.py list
python main.py remove <id>
python main.py capacity 5
python main.py clear
```

## Storage

By default, data is stored in `~/.bejw/links.json`.
