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

https://github.com/zetlen/srttool

CLI to manipulate and correct .srt subtitle files
https://github.com/zetlen/srttool

Last synced: 4 months ago
JSON representation

CLI to manipulate and correct .srt subtitle files

Awesome Lists containing this project

README

          

# srttool

Manipulate and correct .srt subtitle files

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/srttool.svg)](https://npmjs.org/package/srttool)
[![Downloads/week](https://img.shields.io/npm/dw/srttool.svg)](https://npmjs.org/package/srttool)

# Table of contents

* [srttool](#srttool)
* [Table of contents](#table-of-contents)
* [Commands](#commands)
* [Usage](#usage)

# Commands

* [`srttool [SHELL]`](#srttool-shell)

## `srttool [SHELL]`

Display autocomplete installation instructions.

```
USAGE
$ srttool [SHELL] [-r]

ARGUMENTS
SHELL (zsh|bash|powershell) Shell type

FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)

DESCRIPTION
Display autocomplete installation instructions.

EXAMPLES
$ srttool autocomplete

$ srttool autocomplete bash

$ srttool autocomplete zsh

$ srttool autocomplete powershell

$ srttool autocomplete --refresh-cache
```

# Usage

```sh-session
$ npm install -g srttool
$ srttool COMMAND
running command...
$ srttool (--version)
srttool/0.1.4 linux-x64 node-v18.20.5
$ srttool --help [COMMAND]
USAGE
$ srttool COMMAND
...
```