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
- Host: GitHub
- URL: https://github.com/zetlen/srttool
- Owner: zetlen
- Created: 2024-12-02T15:04:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T17:14:14.000Z (over 1 year ago)
- Last Synced: 2025-11-27T10:45:29.226Z (6 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# srttool
Manipulate and correct .srt subtitle files
[](https://oclif.io)
[](https://npmjs.org/package/srttool)
[](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
...
```