19
0
Fork 0

relecture

This commit is contained in:
gcolpart 2017-10-04 12:30:14 +02:00
parent aa15f95d7d
commit 067e525cb9
1 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@ Vous pourrez ultérieurement l'utiliser via la commande :
$ keepass db.kdbx
~~~
### Convertir .kdbx en .kdbx
### Convertir .kdb en .kdbx
~~~
Base de données> Importer une base de données KeePass
@ -64,8 +64,8 @@ Il suffit de lancer kpcli sans argument, puis de sauvegarder :
~~~
$ kpcli
kpcli:/> help saveas
saveas: Save to a specific filename (saveas <file.kdb> [<file.key>])
kpcli:/> saveas foo.kdb
saveas: Save to a specific filename (saveas <file.kdbx> [<file.key>])
kpcli:/> saveas foo.kdbx
Please provide the master password: *************************
Retype to verify: *************************
~~~
@ -74,12 +74,12 @@ Retype to verify: *************************
kpcli a quelques options au démarrage. Les plus utiles étant :
* `--kdb FICHIER.kdb` - Spécifie le fichier kdb à ouvrir.
* `--kdb FICHIER.kdbx` - Spécifie le fichier kdb à ouvrir.
* `--key FICHIER` - Spécifie le fichier clé à utiliser pour déverrouiller la base
* `--readonly` - Ouverture de la base de donnée en lecture seule
~~~
$ kpcli -kdb db.kdb
$ kpcli -kdb db.kdbx
Please provide the master password: *************************
KeePass CLI (kpcli) v2.7 is ready for operation.
@ -95,17 +95,17 @@ kpcli:/> help
cls -- Clear screen ("clear" command also works)
copy -- Copy an entry: copy <path to entry> <path to new entry>
edit -- Edit an entry: edit <path to entry|entry number>
export -- Export entries to a new KeePass DB (export <file.kdb> [<file.key>])
export -- Export entries to a new KeePass DB (export <file.kdbx> [<file.key>])
find -- Finds entries by Title
help -- Print helpful information
history -- Prints the command history
icons -- Change group or entry icons in the database
import -- Import another KeePass DB (import <file.kdb> <path> [<file.key>])
import -- Import another KeePass DB (import <file.kdbx> <path> [<file.key>])
ls -- Lists items in the pwd or a specified path ("dir" also works)
mkdir -- Create a new group (mkdir <group_name>)
mv -- Move an item: mv <path to group|entry> <path to group>
new -- Create a new entry: new <optional path&|title>
open -- Open a KeePass database file (open <file.kdb> [<file.key>])
open -- Open a KeePass database file (open <file.kdbx> [<file.key>])
pwck -- Check password quality: pwck <entry|group>
pwd -- Print the current working directory
quit -- Quit this program (EOF and exit also work)
@ -113,7 +113,7 @@ kpcli:/> help
rm -- Remove an entry: rm <path to entry|entry number>
rmdir -- Delete a group (rmdir <group_name>)
save -- Save the database to disk
saveas -- Save to a specific filename (saveas <file.kdb> [<file.key>])
saveas -- Save to a specific filename (saveas <file.kdbx> [<file.key>])
show -- Show an entry: show [-f] [-a] <entry path|entry number>
stats -- Prints statistics about the open KeePass file
ver -- Print the version of this program
@ -160,7 +160,7 @@ Retype to verify:
URL:
Notes/Comments (""):
Database was modified. Do you want to save it now? [y/N]:
Saved to /home/evolix/partage/private/evolix.shared.kdb
Saved to foo.kdbx
~~~
### Modifier une entrée