Add netrc export option - #13381
Conversation
| @@ -0,0 +1,100 @@ | |||
| /* | |||
| * Copyright (C) 2015 Florian Geyer <blueice@fobos.de> | |||
There was a problem hiding this comment.
I'm pretty sure these persons did not have anything to do with your source and header files. Check them all.
There was a problem hiding this comment.
I'm not always sure which copyright headers to keep and which to toss when I've started by copying another file and then modifying it.
|
I dont necessarily like that this is an export option and not a format option against the |
That's a good way of phrasing it. The output is meant to be ephemeral, so show would be better, and it would only return the actual entry desired. |
|
Closed because you made a duplicate: #13387 |
This adds a netrc exporter type to keepassxc-cli and tries to create a netrc file which can be read by other programs.
Fixes #13380
Testing strategy
I copied tests/TestCsvExporter.* to tests/TestNetrcExporter.* and modified and removed tests as necessary.
Type of change