Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineZouitine authored Jan 2, 2023
1 parent c417a9e commit 7061e8e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 😊

0 comments on commit 7061e8e

Please sign in to comment.