setpass

0.0.5 • Public • Published

setpass

Change your password for popular services from 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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i setpass

    Weekly Downloads

    7

    Version

    0.0.5

    License

    none

    Last publish

    Collaborators

    • pttr