Giter Club home page Giter Club logo

alfred-keepass's People

Contributors

samueldeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

alfred-keepass's Issues

希望增加一些功能,谢谢

Github上唯一能找的到的MacPass的Alfred workflow,而且很好,感谢!
用下来还希望能增加以下功能,望考虑:

  1. 密码作为敏感的部分,最好不要显示出来;
  2. 希望直接按回车就复制密码,按住Alt或者其他控制键再按回车复制用户名;
  3. 复制好用户名或密码后,希望增加Notification提示。

How to configure ?

Can't seem to generate keepasshttp settings inside macpass app. How does it work ?

Alfred 3.7 Build 938: undefined method `each' for nil:NilClass (NoMethodError)

After installing the workflow and setting the AES key I've get the following error in Alfred (debug console):

[2018-11-26 12:20:29][input.scriptfilter] Queuing argument 'trello'
[2018-11-26 12:20:29][input.scriptfilter] Script with argument '(null)' finished
[2018-11-26 12:20:29][ERROR: input.scriptfilter] Code 1: -e:49:in `<main>': undefined method `each' for nil:NilClass (NoMethodError)

Nothing happens in Alfred query windows; Alfred switch then to Google/Amazon/Web search mode.

Updated version

Hi,

first of all great job! Just moved into Alfred and this was my first workflow I wanted to import. Then I got inspired and I made few code changes to add a bit of functionality.
Available at my forked repo here.

@samueldeng If you want, I can make a pull request to merge it, as you wish.

Need to xml escape when building items

I have a password entry with an & in the entry title. The alfred keepass workflow blows up on an invalid xml string.

In alfredworkflow.rb, need to add encode(:xml => :text) to each string we are going to embed in the xml.

        string_buffer += kp_item_template % [kp.title.encode(:xml => :text), kp.username.encode(:xml => :text), kp.password.encode(:xml => :text), kp.password.encode(:xml => :text)]

key length too short

Trying to configure the workflow, the workflow debug mode reports:

[2018-09-20 20:59:37][ERROR: input.scriptfilter] Code 1: crypt.rb:12:in `key=': key length too short 
(OpenSSL::Cipher::CipherError)
from crypt.rb:12:in `encrypt'
from -e:21:in `<main>'

screen shot 2018-09-20 at 21 01 43

screen shot 2018-09-20 at 21 02 24

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.