An open API service indexing awesome lists of open source software.

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

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)