ycd / manage-fastapi

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
https://github.com/ycd/manage-fastapi
MIT License
1.68k stars 105 forks source link

[Help] I would like to ask for terminal and terminalizer settings #56

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Hi dear all, I would like to use your README style in one of the projects. The needed thing for me is the terminal template name(I guess it is oh-my-bash but which template/font?) Also if it is possible to share the terminalizer configs - for creating the gif file. I am struggling with getting proper resolution and style. Thanks :)

ycd commented 2 years ago

Hey, the all settings that i use for my terminal and coloring can be found in my dotfiles repository.

I use a simple ffmpeg command to create gif from screen record.

ffmpeg -i ${INPUT_FILE_PATH} -filter_complex "fps=10,scale=850:-1:flags=lanczos[x];[x]split[x1][x2]; [x1]palettegen[p];[x2][p]paletteuse" -r 15 output.gif