From 391929448038a478f23cfa28db528e1f4a1e60d9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 17 May 2011 14:20:14 +0200 Subject: Add "raps2 edit" --- bin/raps2 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bin/raps2') diff --git a/bin/raps2 b/bin/raps2 index 3847457..4c35592 100755 --- a/bin/raps2 +++ b/bin/raps2 @@ -21,6 +21,7 @@ given ($action) { when ('add') { $raps2->cmd_add(@args) } when ('del') { $raps2->cmd_remove(@args) } when ('dump') { $raps2->cmd_dump(@args) } + when ('edit') { $raps2->cmd_edit(@args) } when ('get') { $raps2->cmd_get(@args) } when ('info') { $raps2->cmd_info(@args) } when ('list') { $raps2->cmd_list(@args) } @@ -50,6 +51,9 @@ accountname >> and paste the corresponding password into whatever application requires it. B will automatically initialize its store when used for the first time. +Supported metadata are "URL", "Login" and the multiline "Extra" field. URL +and Login will be saved as plaintext, Extra is encrypted like the password. + =head1 ACTIONS =over @@ -69,6 +73,11 @@ Remove I from the store. Dump everything saved for I, including the clear-text password, to stdout. +=item B I + +Edit saved data for I. Note that editing the multiline "extra" field +is not yet possible. + =item B I Decrypt I's password and store it in the X Clipboard. Note that it -- cgit v1.2.3