10000 GitHub - gbonnefille/keepassxc-go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gbonnefille/keepassxc-go

 
 

Repository files navigation

keepassxc-go

This repository contains a library as well as a basic CLI tool to interact with KeepassXC using the provided unix socket.

Installation

To install it, you can either use the following one-liner or download the binary or one of the packages from the releases.

curl -Ls https://git.io/keepassxc-go.sh | sh

Usage

CLI tool

The CLI tool currently is quite limited as it only provides a way to search for an url.

$ ./ci-build/keepassxc-go --help
interact with keepassxc via unix-socket

Usage:
  keepassxc-go [command]

Available Commands:
  get-logins  query info for the specified url
  help        Help about any command

Flags:
  -h, --help             help for keepassxc-go
  -p, --profile string   Only necessary if keystore contains multiple profiles

Use "keepassxc-go [command] --help" for more information about a command.
$ ./ci-build/keepassxc-go get-logins --help
query info for the specified url

Usage:
  keepassxc-go get-logins URL [flags]

Flags:
      --all         show all matches otherwise only the first will be printed
  -h, --help        help for get-logins
      --plaintext   print out the password - BE CAREFUL

Global Flags:
  -p, --profile string   Only necessary if keystore contains multiple profiles

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0