passgo icon indicating copy to clipboard operation
passgo copied to clipboard

edit: ability to edit an existing file

Open dmitshur opened this issue 6 years ago • 1 comments

PR #36 added ability to insert a file, in addition to the previous ability to insert a password.

This feature request is to add ability to edit a file, in addition to already being able to edit a password.

It doesn't seem to be supported right now in v2.1.0:

$ passgo version
v2.1.0
$ passgo edit some-bank/recovery-codes.txt new-recovery-codes.txt
Error: accepts 1 arg(s), received 2
Usage:
  passgo edit [flags]

Aliases:
  edit, update

Examples:
passgo edit money/bank.com

Flags:
  -h, --help   help for edit

As a workaround, it's possible to remove the file entry, and then insert it again.

dmitshur avatar Sep 22 '19 23:09 dmitshur

@dmitshur might be an oversight. Good catch... That's not ideal. Ill need to fix this

ejcx avatar Oct 14 '19 15:10 ejcx