keepassxc/src/cli
Aleksa Sarai 8e231dfa95 cli: show: add --attributes flag (#1289)
In order for scripting to be much simpler with `keepassxc-cli show`,
provide a simple --attributesk API which effectively is just a CLI
interface for entry->attributes()->value(...). This allows for more
extensibility and prevents changes in our output formatting from
breaking existing users of keepassxc-cli (if they use --attributes).

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2017-12-16 19:14:39 -05:00
..
Add.cpp CLI : basic entry manipulation commands. (#919) 2017-09-06 09:14:41 -04:00
Add.h CLI : basic entry manipulation commands. (#919) 2017-09-06 09:14:41 -04:00
Clip.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Clip.h Feature : --key-file option for CLI (#816) 2017-07-25 13:41:52 -04:00
CMakeLists.txt Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Command.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Command.h Feature : --key-file option for CLI (#816) 2017-07-25 13:41:52 -04:00
Edit.cpp CLI : basic entry manipulation commands. (#919) 2017-09-06 09:14:41 -04:00
Edit.h CLI : basic entry manipulation commands. (#919) 2017-09-06 09:14:41 -04:00
Estimate.cpp Removing password output from Estimate. (#1281) 2017-12-14 20:22:59 -05:00
Estimate.h Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Extract.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Extract.h Feature : --key-file option for CLI (#816) 2017-07-25 13:41:52 -04:00
keepassxc-cli.1 cli: show: add --attributes flag (#1289) 2017-12-16 19:14:39 -05:00
keepassxc-cli.cpp Feature : --key-file option for CLI (#816) 2017-07-25 13:41:52 -04:00
List.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
List.h Feature : --key-file option for CLI (#816) 2017-07-25 13:41:52 -04:00
Locate.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Locate.h Adding Locate command. (#829) 2017-08-05 12:20:26 -04:00
Merge.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Merge.h Feature : --key-file option for CLI (#816) 2017-07-25 13:41:52 -04:00
Remove.cpp CLI : basic entry manipulation commands. (#919) 2017-09-06 09:14:41 -04:00
Remove.h CLI : basic entry manipulation commands. (#919) 2017-09-06 09:14:41 -04:00
Show.cpp cli: show: add --attributes flag (#1289) 2017-12-16 19:14:39 -05:00
Show.h cli: show: add --attributes flag (#1289) 2017-12-16 19:14:39 -05:00
Utils.cpp Rename EntropyMeter -> Estimate (#1250) 2017-12-04 09:46:23 -05:00
Utils.h Feature : Clip command using native programs. (#792) 2017-07-22 19:40:30 -04:00