Compare commits
3 Commits
6c4b48873b
...
v0.1.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| c942a33e2e | |||
| 1d91861915 | |||
| fe749b2e42 |
@@ -27,12 +27,7 @@ simple-privacy-tool decrypt cryptedfile plainfile
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Using STDIN/STDOUT
|
#### Using STDIN/STDOUT
|
||||||
`simple-privacy-tool` can operate on `STDIN` or `STDOUT`. Just replace the file path with `-`
|
`simple-privacy-tool` can operate on `STDOUT`. Just replace the file path with `-`
|
||||||
```shell
|
```shell
|
||||||
tar -zcf - dir | simple-privacy-tool encrypt - - | another-command
|
simple-privacy-tool encrypt srcFile - | 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