https://github.com/t-matsuo/script-output-converter
convert script command output (typescript) to plain text
https://github.com/t-matsuo/script-output-converter
Last synced: 7 months ago
JSON representation
convert script command output (typescript) to plain text
- Host: GitHub
- URL: https://github.com/t-matsuo/script-output-converter
- Owner: t-matsuo
- Created: 2020-03-28T06:00:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T10:17:47.000Z (over 5 years ago)
- Last Synced: 2025-01-28T13:49:24.060Z (8 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# script-output-converter
It convert script command output (typescript) to plain text.* It can handle deleting chars operation.
* It can handle multibytes chars.
* It deletes NULL chars.
* It deletes contiguous 5 spaces for cleaning vi output.## Usage
#### Install Library
CentOS
```
# yum install libvterm
```Ubuntu
```
# apt-get install libvterm0
```#### Install script-output-converter
```
# wget https://github.com/t-matsuo/script-output-converter/releases/download/0.1/script-output-converter
# chmod 755 script-output-converter
```#### run
```
# ./script-output-converter typescript
```## Building
You need Docker environment.
```
# ./build.sh
```