Chris Howie
Chris Howie
Gotcha, thanks. I wanted to update since 1.8.5 seems to have a lot of problems with Wayland and is now refusing to open saved trackers, which are separate issues (but...
Workaround for `--untagged` using `jq` (replace `...` with `restic tag` command options): ```sh restic snapshots --json | \ jq -r '.[] | select(has("tags") | not).id' | \ xargs restic tag...
But the returned iterator in this case doesn't even borrow `self`, so it doesn't seem like that should be necessary. It also changes the semantic meaning of the returned type...
If [this tagging idea](https://github.com/restic/restic/issues/2128#issuecomment-561402996) is implemented then this request could change to add a `--key-hint-tag` flag which would first try any keys with the given tag.
I suspect it also won't be as simple as changing the name of the package. I haven't checked, but it's likely that some files in both packages will also conflict,...
For what it's worth, **renaming the package without addressing the conflicting files is still vastly preferable to the current situation.** This is because installing this package while one already has...