Dominik Schulz

Results 297 comments of Dominik Schulz
trafficstars

That sounds almost like a bad thing. Well at least like a lot of work. But I think we could first give it a try for some less critical parts,...

I did look into this a bit and it seems feasible, however we'd either need to keep a wrapper around that lib or we'd loose some of the hard-learned fixes...

Looking a little bit further I realized that it doesn't seem to support our nested dialogs. It can still be useful but not as useful as I first though. Might...

I've started to document this backend at https://github.com/gopasspw/gopass/blob/master/docs/backends/ondisk.md. But TBH a lot is missing there, e.g. how to use it. Not sure if we need to reopen #673, but we...

For the age backend this might be something we need to take into account. For gpg we just call it and it will do whatever it's configured to do, e.g....

Adding a batch mode flag or - if it's easier - a command to check if decryption is possible w/o interactions sounds useful. We should provide this for users that...

Yes, this is true. I have to admit I've never considered such a use case.

Maintaining config options is very tedious so I aim for as little config options as possible. The AutoSync issue has been discussed before in #1567 and the general config handling...

To support the use case (i.e. a read only password store client) we would need: * a use case description in `docs/usecases/` describing the use case * a way to...

If you could contribute a use case definition that would help. Then we can figure out what else we'd need.