Jump to content

bachya

Member
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    bachya got a reaction from Cliff in Lastpass Integration   
    For what it's worth, I've created a fairly robust LastPass Alfred workflow; much more to come! http://www.alfredforum.com/topic/5293-lp-vault-manager-a-workflow-for-lastpass/
  2. Like
    bachya got a reaction from arsenty in LP Vault Manager: A Workflow for LastPass   
    Recently, I became frustrated how fluid/nice/elegant/etc. 1Password integration is within Alfred; being a LastPass user, the frustration arose because I wanted similar functionality for my beloved password manager.
     
    Thus, I introduce LastPass Vault Manager!
     
    Current Version: 4.2
     
    DIRECT DOWNLOAD
    PACKAL PAGE
     

     
    Current functionality:
    log into and out of LastPass search a vault by query search a vault by your browser's front-most tab launch a vault URL in the default browser copy a vault item's username copy vault item's password inspect a vault item's fields (and copy their values) generate random passwords manage many different configuration options easy workflow updating much more! History
     
    Release v4.2 (2015-01-22)
    Fixed a bug where the full path to /usr/bin/python was not specified. Fixed a settings selection bug. Streamlined some verbiage within notifications. Release v4.1 (2015-01-14)
    Implemented auto-updating. Fixed a few small path bugs. Release v4.0 (2015-01-11)
    Added support for non-ASCII characters. Addresses slow Script Filter results via background updating. Modified documentation to warn against unicode characters in config file. Added ability to inspect a vault item's fields. Added ability to configure filepath to `lpass`. Added ability to toggle uppercase letter use in password generation. Added ability to toggle lowercase letter use in password generation. Added ability to toggle digit use in password generation. Added ability to toggle symbol use in password generation. Added ability to toggle ambiguous character avoidance in password generation. Modified field retrieval to use official `lpass` flags. Modified notifications to be more streamlined. Fixed a bug wherein password generation would fail. Release v3.1 (2014-12-29)
    Added ability to login to LastPass. Added ability to logout from LastPass. Added ability to configure filepath to `lpass`. Added new (and slimmer) icons. Environment-proofed Python path in all scripts and Script Filters. Release v3.0 (2014-12-29)
    Shifted from Ruby to Python. Implemented Alfred-Workflow (including fuzzy search, configuration management, and more). Added `lpbrowser` command to look up default browser's front-most tab's URL in the vault. Configuration management: cache timeout, default browser, number of generated password, and generated password length. Check for whether `lpass` is logged in. Release v2.0 (2014-12-16)
    Added data caching Added command to force data caching Added ability to specify path to `lpass` executable Added fallback lookup for `lpass` executable Changed `lpvs` command to look at vault item name *andURL Major code refactoring Release v1.0 (2014-12-16)
    Added ability to search a LastPass vault. Added ability to launch URL of LastPass item. Added ability to copy username of LastPass item. Added ability to copy password of LastPass item. Added ability to generate a random password. Created documentation. How To Use
     
    Usage instructions can be found on GitHub: https://github.com/bachya/lp-vault-manager – since I don't like duplicating that info all over the place, the repo will always be the authoritative source. Would love your feedback, feature requests, bug reports, etc. Thanks!
  3. Like
    bachya got a reaction from Eoin Rossney in LP Vault Manager: A Workflow for LastPass   
    Version 4.1 released:
    Implemented auto-updating. Fixed a few small path bugs. For those who are having issues with the Script Filters sometimes not working: I've implemented all the advice from this thread, but no visible change to me thus far. Check this version and see if your situation improves at all.
  4. Like
    bachya reacted to deanishe in Movie and TV Show Search   
    Apart from people building super-cool workflow with the library (obviously), it's comments like this that make it all worth doing. Thanks very much, and I'm very glad to hear the docs are useful.
  5. Like
    bachya got a reaction from lkngtn in LP Vault Manager: A Workflow for LastPass   
    I'm a bit confused by this one. The workflow should use as input the hostname that comes out of your vault; not sure how the workflow is getting xxx/yyyyyyy unless it already existed in your vault... In my case, passing a folder/name combination to lpass show works as expected.
     
    If you run lpass export | grep -i 'xxx/yyyyyyy' from the command line, does an entry show up?
     
    Additionally, can you guarantee that you are logged in (i.e., have run lpass login <USERNAME> from the command line)? The output you are receiving can appear when you haven't logged in (I'm working on a more proactive notification).
     
     
    I'm right there with you: this would be nice, but it doesn't appear that lpass supports a mechanism to do this. I'll keep digging, though!
     

    Is it the fact that I don't force you to run lpass login <USERNAME> every so often (or every time)? If I could figure out a way to address this (or point the user toward it) in the workflow, would that help?
  6. Like
    bachya reacted to wolph in LP Vault Manager: A Workflow for LastPass   
    That indeed seems like a better idea, having all of the passwords in my lastpass stored as plain text doesn't sound like a good idea. Kind of beats the purpose of using lastpass
  7. Like
    bachya reacted to wolph in LP Vault Manager: A Workflow for LastPass   
    Is there any reason that the "lpvm.rb" file is not on Github? When it comes to lastpass I'm a bit careful of course
  8. Like
    bachya got a reaction from 40-02 in LP Vault Manager: A Workflow for LastPass   
    Great! Check out my post above; the latest version implements this.
  9. Like
    bachya got a reaction from 40-02 in LP Vault Manager: A Workflow for LastPass   
    Would you mind trying this beta and letting me know if it works?
     
    https://www.dropbox.com/s/2xxq4qd5tpaidcf/LP%20Vault%20Manager%20beta2.1.alfredworkflow?dl=0
     
    Make sure you run `lpdd` first. Let me know!
  10. Like
    bachya reacted to Andrew in Anyway to delay script filter from running (ie. wait until user has stopped typing or at least paused)   
    I'm aiming to have 2.6 in pre-release before January and released within the first few weeks of Jan
  11. Like
    bachya got a reaction from wolph in Anyway to delay script filter from running (ie. wait until user has stopped typing or at least paused)   
    Yay, thank you Andrew.  You have probably mentioned this elsewhere, but what's your rough timeline for the 2.6 release?
  12. Like
    bachya got a reaction from 40-02 in LP Vault Manager: A Workflow for LastPass   
    So, you want the search to not only include the name, but URL as well?
  13. Like
    bachya got a reaction from wolph in Anyway to delay script filter from running (ie. wait until user has stopped typing or at least paused)   
    Very interesting. Do you have some convenient way for users of your workflow to spin up a background worker? Or is this applicable to your own, non-shared workflows?
     

    Not a bad workaround at all; just wish we didn't have to resort to that.
     

    Same question as I asked Florian: do you have some way for this background worker to be created when a random user uses your workflow, or is that workflow something internal to you (where you can guarantee that the worker is running)?
  14. Like
    bachya got a reaction from 40-02 in LP Vault Manager: A Workflow for LastPass   
    Recently, I became frustrated how fluid/nice/elegant/etc. 1Password integration is within Alfred; being a LastPass user, the frustration arose because I wanted similar functionality for my beloved password manager.
     
    Thus, I introduce LastPass Vault Manager!
     
    Current Version: 4.2
     
    DIRECT DOWNLOAD
    PACKAL PAGE
     

     
    Current functionality:
    log into and out of LastPass search a vault by query search a vault by your browser's front-most tab launch a vault URL in the default browser copy a vault item's username copy vault item's password inspect a vault item's fields (and copy their values) generate random passwords manage many different configuration options easy workflow updating much more! History
     
    Release v4.2 (2015-01-22)
    Fixed a bug where the full path to /usr/bin/python was not specified. Fixed a settings selection bug. Streamlined some verbiage within notifications. Release v4.1 (2015-01-14)
    Implemented auto-updating. Fixed a few small path bugs. Release v4.0 (2015-01-11)
    Added support for non-ASCII characters. Addresses slow Script Filter results via background updating. Modified documentation to warn against unicode characters in config file. Added ability to inspect a vault item's fields. Added ability to configure filepath to `lpass`. Added ability to toggle uppercase letter use in password generation. Added ability to toggle lowercase letter use in password generation. Added ability to toggle digit use in password generation. Added ability to toggle symbol use in password generation. Added ability to toggle ambiguous character avoidance in password generation. Modified field retrieval to use official `lpass` flags. Modified notifications to be more streamlined. Fixed a bug wherein password generation would fail. Release v3.1 (2014-12-29)
    Added ability to login to LastPass. Added ability to logout from LastPass. Added ability to configure filepath to `lpass`. Added new (and slimmer) icons. Environment-proofed Python path in all scripts and Script Filters. Release v3.0 (2014-12-29)
    Shifted from Ruby to Python. Implemented Alfred-Workflow (including fuzzy search, configuration management, and more). Added `lpbrowser` command to look up default browser's front-most tab's URL in the vault. Configuration management: cache timeout, default browser, number of generated password, and generated password length. Check for whether `lpass` is logged in. Release v2.0 (2014-12-16)
    Added data caching Added command to force data caching Added ability to specify path to `lpass` executable Added fallback lookup for `lpass` executable Changed `lpvs` command to look at vault item name *andURL Major code refactoring Release v1.0 (2014-12-16)
    Added ability to search a LastPass vault. Added ability to launch URL of LastPass item. Added ability to copy username of LastPass item. Added ability to copy password of LastPass item. Added ability to generate a random password. Created documentation. How To Use
     
    Usage instructions can be found on GitHub: https://github.com/bachya/lp-vault-manager – since I don't like duplicating that info all over the place, the repo will always be the authoritative source. Would love your feedback, feature requests, bug reports, etc. Thanks!
×
×
  • Create New...