SonuBardai / lockbox

L🦀CKBOX: Lockbox is a command-line tool built in rust for generating and managing passwords. It uses strong encryption algorithms to securely store your passwords, so you can be sure that your data is safe.
https://crates.io/crates/lock_box
MIT License
21 stars 10 forks source link

Create a `copy` subcommand #91

Closed SonuBardai closed 6 months ago

SonuBardai commented 11 months ago

CLI

> lockbox copy --service some_service
(Copied to clipboard)

REPL

> lockbox   
Welcome to L🦀CKBOX!

Please enter the master password
>> 

Enter [1] add password [2] generate random password [3] list passwords [4] remove password [5] show password [6] update master password [7] copy password [8] exit
>> copy
Please enter the service name
>> some_service
Please enter the username (Optional)
>> 
(Copied to clipboard)