Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
passage: add additional deps to wrapper
I realized that passage won't work properly in e.g. systemd units as these don't have `/run/current-system/sw/bin` inside their `PATH` and thus globally installed things like `coreutils` are not available there. Added the following tools now: * `coreutils` for `base64` & `shred` (most notably `passage show`). * `wl-clipboard` for copying things to the clipboard on Wayland (most notable `passage show -c`). * `gnused` for `sed` (most notably `passage show`). * `gnugrep` for `grep` (for `passage grep`). * `findutils` for `find` (most notably `mv`/`cp` - used in `reencrypt_path()`). Decided against adding stuff like `feh`/`gm` for showing a QR code. These are optional and the script falls back to printing the QR code on CLI. (cherry picked from commit f6dcece)
- Loading branch information