From 7061e8e928fb8d0407790087e8053504edb943dd Mon Sep 17 00:00:00 2001 From: Amine Zouitine Date: Mon, 2 Jan 2023 15:56:22 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b3c4627..ed4d99a 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,19 @@ rmt --tf rmt --ti ``` +## 🔧 Using the configuration file + +You can customize the behavior of the trash bin by editing the configuration file located at **~/.trash_rmt/config_rmt.yml**. + +Currently, you have the option to encrypt your data so that it becomes unreadable from the trash. Compression is a feature that will be available in the future. + +```yml +compression: false # not implemented yet +encryption: true +trash: null +``` + + ## 🫵 Contribution You can find all the information in the file [**CONTRIBUTING.md**](./CONTRIBUTING.md). Hoping to see you soon in my pull request 😊