My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Add imagemagick cheat

+9
+9
images/magick.cheat
··· 1 + % imagemagick 2 + 3 + # Convert APNG to a GIF 4 + magick apng:<apng_file> -coalesce -layers optimize <output_gif>-c.gif 5 + 6 + 7 + 8 + $ apng_file: fd -tf -e png --maxdepth 1 . | gum choose 9 + $ output_gif: echo "<apng_file>" | sed -e 's/\.png *$//' | gum input --header="Save file as.." --value=""