An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/gh-slim-vtt

A tiny GH CLI extension for slimming down vtt files
https://github.com/maxbeizer/gh-slim-vtt

Last synced: 11 months ago
JSON representation

A tiny GH CLI extension for slimming down vtt files

Awesome Lists containing this project

README

          

# Slim VTT

A [gh cli](https://cli.github.com/) extension to remove cruft from vtt files (like Zoom transcripts)

## Installation

Install the `gh` cli via [the instructions](https://github.com/cli/cli#installation)

Then install the extension:

```
gh extension install maxbeizer/gh-slim-vtt
```

## Usage

```
gh slim-vtt ~/Downloads/GMT... | pbcopy
```

## Development

```
gh extension install .
gh slim-vtt --help
```

Made with 💖 (and a little bit of 😩) by @maxbeizer