mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
Adding Locate command. (#829)
* Adding Locate command. * Adding group searching in locate
This commit is contained in:
parent
ca2e448684
commit
b2107b5e27
8 changed files with 207 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "EntropyMeter.h"
|
||||
#include "Extract.h"
|
||||
#include "List.h"
|
||||
#include "Locate.h"
|
||||
#include "Merge.h"
|
||||
#include "Show.h"
|
||||
|
||||
|
@ -58,6 +59,7 @@ void populateCommands()
|
|||
commands.insert(QString("clip"), new Clip());
|
||||
commands.insert(QString("entropy-meter"), new EntropyMeter());
|
||||
commands.insert(QString("extract"), new Extract());
|
||||
commands.insert(QString("locate"), new Locate());
|
||||
commands.insert(QString("ls"), new List());
|
||||
commands.insert(QString("merge"), new Merge());
|
||||
commands.insert(QString("show"), new Show());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue