-
Notifications
You must be signed in to change notification settings - Fork 67
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
How to commit my change on one of the Perl scripts? #36
Comments
Howdy :) thank you for the idea (and apologies for the delay). I will have a look and see if there is any way I can do this, the code looks good, however my only concern would be that this would replace the username that is output in the current version (which I know a lot of people find useful). May I ask what the particular usecase is, i.e. are these only for displaying the contents of a secure note, or are you wanting to see the notes on an individual password entry? Cheers, |
Oh wow, I'm using the 1.4.6_beta1 and didn't see the feature about printing the user. This is indeed useful. About my change, I did it because sometimes a have websites where I need to check a note to choose which entry I should use. I'll see the change about the username, that's probably better for the general use, indeed. Maybe we could open use left arrow to open the note content in a similar way to Alfred's file browser? |
Actually, let me re-phrase the last comment: I want a quick way to access the notes, because it's common to have important information stored together with a password. I will think if there's a better way of doing it, but if you have ideas, I may be up to implement them. |
* Update go mod
Sorry about being kinda lazy, but this is my first attempt modifying an Alfred Workflow and trying to use Perl at the same time.
I want to print the "notes" from a password in subtitle field when doing a search using this workflow like in the image below.
I've changed the code inside Alfred to print all lines split by
/
and it works fine.Then I've forked the repo to commit my change, to make it easier to implement it on top of future updates, but I didn't find a way to commit this change as the
.alfredworkflow
is a binary.What an I missing?
PS: don't think my code is worth a pull request, at least for now, almost debugging done, but here's the patch file generated if anyone wants to take a look.
Change to lp script I've done
Any pointers?
The text was updated successfully, but these errors were encountered: