Updated Using DBus with KeePassXC (markdown)

TheZ3ro
2018-01-16 00:44:26 +01:00
parent 8c0c54b608
commit 57eeac0f18

@@ -2,19 +2,24 @@
* Open keepassxc database: without password and key file * Open keepassxc database: without password and key file
`qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.openDatabase /path/to/database.kdbx` `qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.openDatabase /path/to/database.kdbx`
* Open keepassxc database: with password but without key file * Open keepassxc database: with password but without key file
`qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.openDatabase /path/to/database.kdbx passwd` `qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.openDatabase /path/to/database.kdbx passwd`
* Open keepassxc database: with password and key file * Open keepassxc database: with password and key file
`qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.openDatabase /path/to/database.kdbx passwd /path/to/key` `qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.openDatabase /path/to/database.kdbx passwd /path/to/key`
* Lock all keepassxc databases
`qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.closeAllDatabases`
* Close all keepassxc databases * Close all keepassxc databases
`qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.closeAllDatabases` `qdbus org.keepassxc.MainWindow /keepassxc org.keepassxc.MainWindow.closeAllDatabases`
* Exit keepassxc * Exit keepassxc