My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Add gifsicle cheat

This pairs with the imagemagick cheat added earlier

+7
+7
images/gifsicle.cheat
··· 1 + % gifsicle 2 + 3 + # Optimize a GIF, on setting O3 4 + gifsicle -O3 <gif_file> -o <optimized_gif_output>-o.gif 5 + 6 + $ gif_file: fd -tf -e gif --maxdepth 1 . | gum choose 7 + $ optimized_gif_output: echo "<gif_file>" | sed -e 's/\.gif *$//'