21 lines
305 B
Markdown
21 lines
305 B
Markdown
# What?
|
|
|
|
This is a CLI for summarizing YouTubes
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
> python3 -m build && uv pip install --system dist/*.whl
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
> yts <youtube URL>
|
|
```
|
|
|
|
## Default Behavior
|
|
|
|
The transcripts and summaries will be saved by default to `~/.yts/summaries` and `~/.yts/transcripts`.
|
|
|