1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
MPW is a little software which stores your passwords in an GPG encrypted file.
Find a file
2013-12-26 11:01:57 +01:00
i18n add translation for CliSSH 2013-12-26 11:01:57 +01:00
lib add translation for CliSSH 2013-12-26 11:01:57 +01:00
mpw language code more simple 2013-12-26 10:47:54 +01:00
mpw-ssh add i18n 2013-12-26 10:57:03 +01:00
README.md Update README.md 2013-12-20 18:44:27 +01:00

Manage your passwords!

MPW is a little software which stores your passwords in an GPG encrypted file.

Usage

Interactive mode

Add a new item:

  • add

Search and show item:

  • show SEARCH
  • show SEARCH PROTOCOL

Update an item:

  • update ID

Remove an item:

  • remove ID

Change group:

  • group GROUP

Cli mode

Add a new item:

  • mpw -a

Search and show item:

  • mpw -d SEARCH
  • mpw -d SEARCH -t PROTOCOL
  • mpw -A # show all

Update an item:

  • mpw -u ID

Remove an item:

  • mpw -r ID

Connect to ssh:

  • mpw-ssh SEARCH
  • mpw-ssh SEARCH -l LOGIN -s SERVER -p PORT

Import a csv:

  • mpw -i FILE

Export in a csv!

  • mpw -e FILE

Installation

You must generate a GPG Key with GPG or with Seahorse (GUI on linux). This program work with ruby >= 1.9

## On Debian/Ubuntu:

  • apt-get install ruby ruby-gpgme ruby-highline