0.0.5 • Published 11 years ago

setpass v0.0.5

Weekly downloads
15
License
-
Repository
github
Last release
11 years ago

setpass

Change your password for multiple services with your command line

Currently supported services

  • facebook
  • github
  • twitter
  • gmail

Usage

$ npm install -g setpass

$ setpass --service twitter --username username --password pass --newpassword word

username, password and newpassword are all optional, there is a pretty CLI interface waiting for you if you skip any of them

$ setpass --service gmail

###Did you know: Under some distros a space before a bash command will cause it not to be saved to history

Options

Options:
  --service, -s             Service to change password for                [required]
  --username, -u            Username
  --password, -p            Current password
  --newpassword, -n         New password
  --silent                  Do not log password change status