HWI icon indicating copy to clipboard operation
HWI copied to clipboard

2 new commandline arguments: --clipin and --clipout

Open 8go opened this issue 1 year ago • 0 comments

Added 2 new features, implemented as 2 new command line arguments:

  • --clipin: similar to --stdin, reads arguments from clipboard
  • --clipout: for selected commands writes output additionally to clipboard
  • example use case: hwi -t $DEVICE --clipin --clipout signtx # works well in combination with e.g. Bitcoin Core wallet

8go avatar Sep 24 '24 15:09 8go