Test gum integration
This commit is contained in:
parent
682a702864
commit
13e1c417a9
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,9 @@ rage -r "<public_ssh_key>" <input_file> > <input_file>.age
|
|||
# Encrypt to a public SSH key saved on disk
|
||||
rage -R ~/.ssh/id_<ssh_key_name>.pub <input_file> > <input_file>.age
|
||||
|
||||
# Encrypt with file list test
|
||||
rage -e -r <sapphic_public_age_key> "<input_file_find>" > "<input_file_find>.age"
|
||||
|
||||
## Decrypting
|
||||
|
||||
# Decrypt a file using a local key
|
||||
|
@ -32,3 +35,5 @@ rage -d -i ~/.ssh/id_<ssh_key_name> <input_file> > <output_file>
|
|||
wl-paste | rage -d -i - <input_file> > <output_file>
|
||||
|
||||
$ sapphic_public_age_key: echo age17r37eg8lmvsklve0rdajsts2rgca4j5twdmcglh6qufxj7qmzv0qywulhg
|
||||
|
||||
$ input_file_find: find . -type f | gum choose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue