My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Replace `gum choose` with fzf

This works nicer imo ^^

Lily Hannah 4d8259dd 2b717398

+6 -6
+1 -1
encrypting/rage.cheat
··· 33 33 34 34 $ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg 35 35 36 - $ input_file: fd -tf --maxdepth 1 . | gum choose 36 + $ input_file: fd -tf --maxdepth 1 . | fzf 37 37 $ output_file: echo "<input_file>" | sed -e 's/\.age *$//' | gum input --header="Save file as.." --value=""
+1 -1
images/gifsicle.cheat
··· 3 3 # Optimize a GIF, on setting O3 4 4 gifsicle -O3 <gif_file> -o <optimized_gif_output>-o.gif 5 5 6 - $ gif_file: fd -tf -e gif --maxdepth 1 . | gum choose 6 + $ gif_file: fd -tf -e gif --maxdepth 1 . | fzf 7 7 $ optimized_gif_output: echo "<gif_file>" | sed -e 's/\.gif *$//'
+1 -1
images/magick.cheat
··· 5 5 6 6 7 7 8 - $ apng_file: fd -tf -e png --maxdepth 1 . | gum choose 8 + $ apng_file: fd -tf -e png --maxdepth 1 . | fzf 9 9 $ output_gif: echo "<apng_file>" | sed -e 's/\.png *$//' | gum input --header="Save file as.." --value=""
+3 -3
signing/rsign.cheat
··· 1 1 % rsign 2 2 3 3 # Sign a file with a trusted comment 4 - rsign sign "<input_file>" -t <trusted_comment> 4 + rsign sign "<input_file>" -t "<trusted_comment>" 5 5 6 6 # Verify a file with my public key 7 7 rsign verify "<input_file>" -P <sapphic_public_key> ··· 17 17 18 18 $ sapphic_public_key: echo RWRGdAWJCSQzseElKbOIcuDvVwxR+oKzsy8FXX3Wsx0I98MA6bTVcGaL 19 19 20 - $ input_file: fd -tf --maxdepth 1 . | gum choose 21 - $ signature_file: fd -tf --maxdepth 1 --glob "*.minisig" . | gum choose 20 + $ input_file: fd -tf --maxdepth 1 . | fzf 21 + $ signature_file: fd -tf --maxdepth 1 --glob "*.minisig" . | fzf