Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lpass workflow may require exact match to the item name #7

Closed
qykong opened this issue Jan 16, 2021 · 1 comment
Closed

lpass workflow may require exact match to the item name #7

qykong opened this issue Jan 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@qykong
Copy link

qykong commented Jan 16, 2021

Hi, thanks for the super useful workflow. I noticed one thing when using it although I'm not sure if this is common. I usually have my password items saved with names being the full URLs which is auto-suggested by my lastpass plugin. However, when I search for these items using this workflow, I have to type from the beginning to find the item. For example, if I have an item named "www.apple.com", typing "apple" won't find the item.

I looked into the workflow and found the "match" field will be exactly "www.apple.com" and seems in this case Alfred can't handle partial matching by ignoring the dots. So my quick workaround for this is to just in the awk script replacing dots with spaces and it worked fine. Hope this make sense 😄

@ajrosen ajrosen self-assigned this Jan 18, 2021
ajrosen added a commit that referenced this issue Jan 19, 2021
Use awk to filter results

Also use URL and user fields for filtering
@ajrosen
Copy link
Owner

ajrosen commented Jan 19, 2021

I love great bug reports 😃 !

Instead of massaging fields to help Alfred's filtering, I'm now using awk to filter. A nice benefit it was easy to filter on multiple fields. Now you can match against an item's username and URL fields, as well as the path.

Thanks!

@ajrosen ajrosen closed this as completed Jan 19, 2021
@ajrosen ajrosen added the enhancement New feature or request label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants