Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushitora-anqou/terminal-libretto
https://github.com/ushitora-anqou/terminal-libretto
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ushitora-anqou/terminal-libretto
- Owner: ushitora-anqou
- License: mit
- Created: 2022-02-17T14:12:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T05:28:01.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T16:56:58.581Z (7 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminal-Libretto
**Terminal-Libretto** allows you to record typing-like terminal video easily.
https://user-images.githubusercontent.com/26652789/154829602-4b787030-1f15-447a-ad31-bf1c956f4aab.mp4
## Build
```sh
go build -o libretto
```## Usage
1. Write a text file that lists the commands you want to execute in each line, starting with '$'.
2. Run `./libretto your-text-file`Note that the lines not starting with '$' will also be executed but not shown on the terminal.