feat: Add support for restoring multiple files #1

Merged
mdaleo404 merged 2 commits from restore_many into main 2025-11-09 09:54:36 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 756a6af4ac - Show all commits

View File

@@ -18,9 +18,9 @@ It moves files to a per-user _trash_ instead of permanently deleting them, while
## Installation
**NOTE:** To use `resrm` with `sudo`, the path to `resrm` must be in the `$PATH` seen by `root`.\
Either install `resrm` as `root`, use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter.
Either install `resrm` as `root` (_preferred_), use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter.
Install via PyPI:
Install via PyPI (_preferred_):
```bash
pip install resrm

View File

@@ -18,9 +18,9 @@ It moves files to a per-user _trash_ instead of permanently deleting them, while
## Installation
**NOTE:** To use `resrm` with `sudo`, the path to `resrm` must be in the `$PATH` seen by `root`.\
Either install `resrm` as `root`, use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter.
Either install `resrm` as `root` (_preferred_), use `sudo -E resrm`, or add the `$PATH` to `/etc/sudoers` using its `Defaults secure_path` parameter.
Install via PyPI:
Install via PyPI (_preferred_):
```bash
pip install resrm