https://github.com/updatecli/demo-terminal
Contain code to generate updatecli demo from a terminal
https://github.com/updatecli/demo-terminal
Last synced: 4 months ago
JSON representation
Contain code to generate updatecli demo from a terminal
- Host: GitHub
- URL: https://github.com/updatecli/demo-terminal
- Owner: updatecli
- License: mit
- Created: 2022-03-01T19:55:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T13:59:15.000Z (over 1 year ago)
- Last Synced: 2024-04-21T00:15:50.177Z (about 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Repository containing code to script updatecli demo.
It relies on [saschagrunert/demo](https://github.com/saschagrunert/demo) to describe the different steps of our demo.## Record
To record our video, we need to use a third tool such as:
* [Asciinema](https://asciinema.org/)
* [Terminalizer](https://github.com/faressoft/terminalizer)
* [OBS Studio](https://obsproject.com/)
* [VHS](https://github.com/charmbracelet/vhs)This repository uses a Makefile to easily execute the different demos, more information on `make help`
**Convert video to gif**
`ffmpeg -i input_video_file output.gif`## Contributing
As a community-oriented project, all contributions are greatly appreciated!
Here is a non-exhaustive list of possible contributions:
* ⭐️ the main repository [updatecli/updatecli](https://github.com/updatecli/updatecli).
* Request a specific demo by opening an issue on this repository.
* Propose a new demo workflow by opening a pull request on this repository.
* Highlight an existing feature request with :thumbsup:.
* Contribute to any repository in the link:https://github.com/updatecli/[updatecli] organization
* Share the love## Links
* [Asciinema](https://asciinema.org/)
* [Terminalizer](https://github.com/faressoft/terminalizer)
* [OBS Studio](https://obsproject.com/)
* [saschagrunert/demo](https://github.com/saschagrunert/demo)
* [ereslibre/fosdem-22](https://github.com/ereslibre/fosdem-22/blob/main/main.go)