diff --git a/README.md b/README.md index 6f67a4a..af1443c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,24 @@ Decrypting, Processed: 12, Speed: 2.93KB/s [INFO] Decrypt file success: test.txt.tinyenc ``` +Create file from text window: + +```shell +$ tiny-encrypt --create FILE +``` + +Show file in text window: + +```shell +$ tiny-encrypt -d --show FILE.tinyenc +``` + +Edit file in text window: + +```shell +$ tiny-encrypt -d --edit FILE.tinyenc +``` + Use alias: ```shell