I'm wondering if anyone is familiar with something similar for contacts and calendaring? Requirements would be at minimum git (with sync functionality) and a sensible way to search and export to formats email and calendaring clients understand, plus a bonus if entries are GPG encrypted in the same way pass is.
If nobody knows of anything that fits the bill, I may well take it upon myself to write something, possibly as an extension to pass itself.
`contact f[uzzy]match "john smith" # do a fuzzy match on names like 'john smith' in my contacts; the contact command being a wrapper around an extension invoked with 'pass contact'`
`calendar show now to 1 month # find every calendar entry in that timeframe based on dates stored in todo.txt`
Or something. I'll play.