My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

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

Add maxdepth to file picker

+3 -3
+3 -3
encrypting/rage.cheat
··· 15 15 rage -e -r <sapphic_public_age_key> -a <input_file> > <input_file>.age 16 16 17 17 # Encrypt to a public SSH key 18 - rage -r "<public_ssh_key>" <input_file> > <input_file>.age 18 + rage -r "<public_ssh_key>" "<input_file_find>" > "<input_file_find>.age" 19 19 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 ··· 29 29 rage -d -i <private_key> <input_file> > <output_file> 30 30 31 31 # Decrypt a file using an SSH private key 32 - rage -d -i ~/.ssh/id_<ssh_key_name> <input_file> > <output_file> 32 + rage -d -i ~/.ssh/id_<ssh_key_name> "<input_file_find>" > "<output_file>" 33 33 34 34 # Decrypt a file using your key (wl-paste) 35 35 wl-paste | rage -d -i - <input_file> > <output_file> 36 36 37 37 $ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg 38 38 39 - $ input_file_find: find . -type f | gum choose 39 + $ input_file_find: find . -maxdepth 1 -type f | gum choose