Closed tjyang closed 5 years ago
Send pull requests :) I haven't had much time to work on this in a while and probably won't get back to it for a while either. The rust code isn't production ready by any means. The python code works for me, but the rust stuff is not in a stable working state yet. It's very much a WIP. The rust server that holds the decryption key in memory worked for me once, but I haven't gotten around to testing it much beyond that.
So if you want the rust version to work... Send pull requests or be very patient.
Thanks for the current rust code. I will try ;)
@birlorg
[pi@centos7 release]$ ./bitwarden --help
Bitwarden CLI 0.1.0
Birl.org
USAGE:
bitwarden [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-u <url> URL of bitwarden server [default: http://127.0.0.1:8000]
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
login login to bitwarden
register register new account with bitwarden server.
sync sync against remote bitwarden server
[pi@centos7 release]$ pwd
/home/pi/github/bitwarden-cli/rust/target/release
[pi@centos7 release]$ git remote -v
origin git@github.com:tjyang/bitwarden-cli.git (fetch)
origin git@github.com:tjyang/bitwarden-cli.git (push)
[pi@centos7 release]$ date
Fri Feb 15 18:12:52 EST 2019
[pi@centos7 release]$
Awesome! send the code?! :)
no rust code, still trying to understand your good rust code. What I did was st some crates adjusting in cargo.toml to finish crago build. I will re-fork and generate cleaner pull request.