Skip to content

Conversation

@djha-skin
Copy link

I have two keepassxc databases, and need to connect to and use both. I have
keybindings that go to one or the other, but I needed to specify a different
store location for the connection key. That is what this PR does.

Comment on lines +30 to +31
parser.add_argument('--connection', '-c', default='keepassxc.key',
help='basename of the KeepassXC connection file')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the feature, just not the name.

connection is too generic here, I don't want to burn that name. It actually is the associationkeyfilename which, admittedly, isn't a very handy name, but still better than connection.
What do you think?

Comment on lines +157 to +158
self.connection = connection
self.encrypted_connection = connection + '.gpg'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to store those here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants