Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcryan committed Jan 14, 2016
2 parents e858db8 + b7f9ce6 commit 5b559bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple yet powerful integration with the Lastpass CLI so you can now get your pa
##Version 1.4.2 MAJOR update - Please Read
###-----------------------------------------------------------

Ladies and gents, I am happy to present v 1.4.2 of the workflow. Before I continue, this has represented a SIGNIFICANT amount of work for me so if you like it and use it, please say thank you by donating towards my Diet Coke and cake fund. Any amount will do, whatever you feel the value is for you/your business/your time :)
Ladies and gents, I am happy to present v 1.4.3 of the workflow. Before I continue, this has represented a SIGNIFICANT amount of work for me so if you like it and use it, please say thank you by donating towards my Diet Coke and cake fund. Any amount will do, whatever you feel the value is for you/your business/your time :)

**Please note you *MUST* update your LastPass CLI version to 0.7.1 or higher as this update relies on new functionality that I worked with the LastPass team on integrating into the official CLI.**

Expand All @@ -16,7 +16,7 @@ If you haven't used LastPass before... you are crazy and you should! It is the s
###-----------------------------------------------------------

## Donations
This workflow (and the 1.4.2 update especially) represents many many hours effort of development, testing and rework. So if you love the workflow, and get use out of it every day, if you would like to donate as a thank you to buy me more caffeine giving Diet Coke, some Cake, or to put towards a shiny new gadget you can [donate to me via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM6E65M2GLXHE).
This workflow (and the 1.4.3 update especially) represents many many hours effort of development, testing and rework. So if you love the workflow, and get use out of it every day, if you would like to donate as a thank you to buy me more caffeine giving Diet Coke, some Cake, or to put towards a shiny new gadget you can [donate to me via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM6E65M2GLXHE).

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JM6E65M2GLXHE" target="_blank"><img src="http://akamai.technicalnotebook.com/alfred-workflow-images/donate.png" border="0" alt="PayPal — The safer, easier way to pay online."></a>

Expand Down Expand Up @@ -63,6 +63,9 @@ Check out the official YouTube video, it will give you a quick two and a half mi

## History

* Version 1.4.3
1. Fixed binary so that it is ACTUALLY updated (my bad #oops)
2. Added a tweak to SIGNIFICANTLY speed up password copying to the clipboard #enjoy
* Version 1.4.2
1. NOTE: This version *requires* the LastPass CLI v 0.7.1 or higher due to this new feature --> Login process completely changed over to use AppleScript (cleaner and nicer). This was thanks to work between myself and Bob from LastPass who maintains the official LastPass CLI to add a feature allowing an external login prompt to be used.
2. Login password prompt now uses an AppleScript password prompt.
Expand Down
Binary file modified lastpass-cli-alfred-workflow.alfredworkflow
Binary file not shown.
4 changes: 2 additions & 2 deletions workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ foreach my $f (qw@lpass /usr/local/bin/lpass /opt/local/bin/lpass /usr/bin/lpass
if (-x $f);
}
my $results = qx{$lpass_exec show -c --password $details[1]};
my $results = qx{$lpass_exec show --sync=no -c --password $details[1]};
print $details[0];
}</string>
Expand Down Expand Up @@ -805,7 +805,7 @@ NOTE: This Alfred Workflow is not affiliated in any way with LastPass. The LastP
My thanks go out to LastPass for their awesome product and the new CLI!
Version: 1.4.2</string>
Version: 1.4.3</string>
<key>uidata</key>
<dict>
<key>01DFFE0F-13AB-4E19-AC39-8E2177548224</key>
Expand Down

0 comments on commit 5b559bf

Please sign in to comment.