Closed sorbits closed 8 years ago
Again, great stuff, thanks! I'll remove pass.alfredworkflow
. It is on Packal already and devs can easily call make
. As for pass -c
, yes, that 45 second limit I didn't like at first, but upon second thought, I think it's a good idea so will fix this too.
I did a few more tweaks, if you don’t want all the commits you can always cherry-pick (I didn’t want to create four pull requests for this).
I also added a Makefile to create the
pass.alfredworkflow
archive, I think the current archive should be deleted from the repository because it’s generated from repository content and will be out of sync, but it does mean that people can’t just download the repository and double-click (you’ll need to do releases, but it seems you already do that for the packal stuff).Question:
pass-show.sh
usesawk
andpbcopy
. Any reason for avoidingpass -c
? Is it the auto-clearing of the clipboard (which I personally quite like, but which can be changed by setting thePASSWORD_STORE_CLIP_TIME
environment variable).