Compare commits
6 Commits
v0.1.0-alp
...
6c4b48873b
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c4b48873b | |||
| 7b29d8f6cc | |||
| dd0524d680 | |||
| bd976b1533 | |||
| 3dba047793 | |||
| 91f7cbbd06 |
@@ -27,7 +27,12 @@ simple-privacy-tool decrypt cryptedfile plainfile
|
||||
```
|
||||
|
||||
#### Using STDIN/STDOUT
|
||||
`simple-privacy-tool` can operate on `STDOUT`. Just replace the file path with `-`
|
||||
`simple-privacy-tool` can operate on `STDIN` or `STDOUT`. Just replace the file path with `-`
|
||||
```shell
|
||||
simple-privacy-tool encrypt srcFile - | another-command
|
||||
tar -zcf - dir | simple-privacy-tool encrypt - - | another-command
|
||||
```
|
||||
|
||||
Special usage, just omit both file paths to use `STDIN` and `STDOUT`.
|
||||
```shell
|
||||
tar -zcf - dir | simple-privacy-tool encrypt | another-command
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user