CGenie / alfred-pass

Alfred 2 workflow for pass
GNU General Public License v3.0
88 stars 33 forks source link

Some improvements #2

Closed sorbits closed 8 years ago

sorbits commented 8 years ago

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 uses awk and pbcopy. Any reason for avoiding pass -c? Is it the auto-clearing of the clipboard (which I personally quite like, but which can be changed by setting the PASSWORD_STORE_CLIP_TIME environment variable).

CGenie commented 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.