Giter Site home page Giter Site logo

Comments (5)

ajrosen avatar ajrosen commented on September 21, 2024 1

I don't want the workflow to disturb the clipboard unless it really has to, or it's told to. I hadn't realized it was replacing the contents for secure notes and considered it a bug ;). The new version leaves the clipboard alone.

When you see the results list, all the workflow knows is that "this item is a secure note, not a passsword". I can't tell what type of note it is (WiFi, SSN, bank account, etc.) until after you select it, so I can't know what field(s) to copy by default. Instead it copies nothing to the clipboard and lets you copy/paste from the dialog.

Thanks for using, and the feedback!

from alfred.

ajrosen avatar ajrosen commented on September 21, 2024

Honestly it would be quite difficult to do. The list of results comes from lpass ls, which doesn't know what fields are inside secure notes. It doesn't even know what kind of note it is because the note's type is just another field in the item; otherwise I'd use modifiers to select different fields for different note types. Using lpass show to create the list would be far too slow, and would have problems with items that require reprompt.

However, you can select and copy any part of the window that comes up.

from alfred.

ajrosen avatar ajrosen commented on September 21, 2024

...but it did make me wonder if I could use a temp file and bypass the clipboard completely. Version 3.1.0 does that.

Thanks!

from alfred.

arvdsar avatar arvdsar commented on September 21, 2024

What did you accomplish by using a temp file? I don't notice different behavior. I assume your statement that only copying Password from a secure note is still valid and you did another optimization?
It still is a great workflow though ;-)

from alfred.

arvdsar avatar arvdsar commented on September 21, 2024

I got it! Thanks.

from alfred.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.