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
- Host: GitHub
- URL: https://github.com/maxbeizer/gh-slim-vtt
- Owner: maxbeizer
- Created: 2023-09-12T21:47:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T02:38:47.000Z (over 2 years ago)
- Last Synced: 2025-07-14T01:39:58.690Z (11 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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