My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Update rsign cheat

Switch the variable to use fd instead of find when searching for files

Lily Hannah 9ec31758 526f024a

+2 -2
+2 -2
signing/rsign.cheat
··· 17 17 18 18 $ sapphic_public_key: echo RWRGdAWJCSQzseElKbOIcuDvVwxR+oKzsy8FXX3Wsx0I98MA6bTVcGaL 19 19 20 - $ input_file: find . -maxdepth 1 -type f | gum choose 21 - $ signature_file: find . -maxdepth 1 -name "*.minisig" -type f | gum choose 20 + $ input_file: fd -tf --maxdepth 1 . | gum choose 21 + $ signature_file: fd -tf --maxdepth 1 --glob "*.minisig" . | gum choose