Giter Club home page Giter Club logo

mircobabin / keepasscommander Goto Github PK

View Code? Open in Web Editor NEW
31.0 31.0 7.0 66.42 MB

A KeePass plugin to provide a communication channel for PHP scripts, Windows CMD/BAT/PowerShell scripts, Python, C#, git, etc. to query the KeePass password store without requiring configuration or passwords.

License: Other

PHP 6.80% C# 62.06% Batchfile 10.46% PowerShell 9.85% XSLT 6.15% Python 4.68%
batch-script commandline csharp keepass php-script powershell-script python

keepasscommander's People

Contributors

mircobabin avatar rasa 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

keepasscommander's Issues

Using the same zip filename for each new releases in github

Hi !
I am writing a powershell script using boxstarter and Chocolatey that will configure my entire system after a reinstall.
In this script, I install KeePass and a series of plugins including KeePassCommander. The problem is that it is difficult to automatically download the zip file of the latest release since the release number is in the file name and therefore, changes with every release.
Github has made it possible to download the latest release of a project using a URL like this
https://github.com/MircoBabin/KeePassCommander/releases/latest/download/KeePassCommander.zip
Putting the release number in the filename defeats that purpose and prevents from using automation.
Enabling automation also means the potential for making a nuget or scoop package.

So my suggestion would be to simply name the releases KeePassCommander.zip instead of Release_2.5.zip

Thank you !

WM_COPYDATA

Do it is possible to add WM_COPYDATA support? ty.

SUCCESS only

When I try to use it, i get only "SUCCESS" word and nothing other.
Why?

GetField Raw Output

Is there a way to get just the raw output e.g., the value in the field, for the GetField command?

Currently the command KeePassCommand.exe getfield "KeePass-entry-title" "Password" returns the following text that must be parsed before it can be used. I'm assuming the B = Begin and E = End, and I = Item or Iteration.

SUCCESS
B
I title KeePass-entry-title
I Password notTheRealPassword
E

The challenge I am having is consistently being able to parse out the content depending on which application is calling KeePassCommand. Ideally there would be a new command, following your current naming standard, like "getfieldraw" that when used would return just the field contents and none of the meta data and would look like the following example.

KeePassCommand.exe getfieldraw "KeePass-entry-title" "Password"
notTheRealPassword

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.