https://github.com/roshan-r/termshot
https://github.com/roshan-r/termshot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roshan-r/termshot
- Owner: Roshan-R
- Created: 2020-08-21T13:57:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T14:35:38.000Z (over 5 years ago)
- Last Synced: 2025-02-11T15:58:09.458Z (12 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Termshot
convert program output to image files
## Requirements
`imagemagick`
## Example
```bash
./termshot.sh ./one one.png
```
launches the program `one` and saves the session to `one.png`
