From a61618a46ed4d06b1ea5c02708def8a88dba6b55 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Fri, 10 Feb 2023 22:01:44 +0800 Subject: [PATCH] feat: update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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