this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🍱 Add FFmpeg and ImageMagick

+14 -2
+14 -2
technologies.yaml
··· 151 151 152 152 - slug: json 153 153 name: JSON 154 - files: ["*.json"] 155 154 learn more at: https://www.json.org/ 156 155 description: | 157 156 A lightweight data-interchange format ··· 386 385 387 386 - slug: yaml 388 387 name: YAML 389 - files: ["*.yaml", "*.yml"] 390 388 learn more at: https://yaml.org/ 391 389 description: | 392 390 A human friendly data serialization standard for all programming languages ··· 514 512 description: A Wayland tiling window manager and compositor that doesn't compromise on looks 515 513 learn more at: https://hyprland.org 516 514 files: [hypr*.conf] 515 + 516 + - slug: ffmpeg 517 + name: FFmpeg 518 + description: A very powerful video processing command line program 519 + learn more at: https://ffmpeg.org 520 + autodetect: 521 + - ffmpeg in README.md 522 + 523 + - slug: imagemagick 524 + name: ImageMagick 525 + description: A image processing and conversion command line program 526 + learn more at: https://imagemagick.org/ 527 + autodetect: 528 + - magick in README.md