My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Test gum integration

+5
+5
encrypting/rage.cheat
··· 20 20 # Encrypt to a public SSH key saved on disk 21 21 rage -R ~/.ssh/id_<ssh_key_name>.pub <input_file> > <input_file>.age 22 22 23 + # Encrypt with file list test 24 + rage -e -r <sapphic_public_age_key> "<input_file_find>" > "<input_file_find>.age" 25 + 23 26 ## Decrypting 24 27 25 28 # Decrypt a file using a local key ··· 32 35 wl-paste | rage -d -i - <input_file> > <output_file> 33 36 34 37 $ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg 38 + 39 + $ input_file_find: find . -type f | gum choose