mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-20 21:34:35 +00:00
change readme syntax
This commit is contained in:
parent
afdbb05bc5
commit
35a4cd47e4
2 changed files with 49 additions and 54 deletions
49
README.md
Normal file
49
README.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
# MPW: Manage your passwords!
|
||||
[](https://github.com/nishiki/manage-password/releases)
|
||||
[](https://travis-ci.org/nishiki/manage-password)
|
||||
[](https://github.com/nishiki/manage-password/blob/master/LICENSE)
|
||||
|
||||
|
||||
mpw is a little software which stores your passwords in [GnuPG](http://www.gnupg.org/) encrypted files.
|
||||
|
||||
## Features
|
||||
|
||||
* generate OTP code
|
||||
* synchronize your passwords with SSH or FTP.
|
||||
* copy your login, password or otp in clipboard
|
||||
|
||||
## Install
|
||||
|
||||
On debian or ubuntu:
|
||||
```
|
||||
apt install ruby ruby-dev xclip
|
||||
gem install mpw
|
||||
```
|
||||
|
||||
|
||||
# How to use
|
||||
|
||||
A simple mpw usage:
|
||||
```
|
||||
mpw config --init user@host.com
|
||||
mpw add
|
||||
mpw copy
|
||||
mpw add
|
||||
mpw list
|
||||
```
|
||||
|
||||
Output:
|
||||
```
|
||||
Bank
|
||||
==============================================================================
|
||||
ID | Host | User | Protocol | Port | OTP | Comment
|
||||
==============================================================================
|
||||
1 | bank.com | 1234456 | https | | X |
|
||||
|
||||
Linux
|
||||
==============================================================================
|
||||
ID | Host | User | Protocol | Port | OTP | Comment
|
||||
==============================================================================
|
||||
2 | linuxfr.org | example | https | | | Da Linux French Site
|
||||
|
||||
```
|
54
README.rst
54
README.rst
|
@ -1,54 +0,0 @@
|
|||
MPW: Manage your passwords!
|
||||
*******************************************************
|
||||
|Version| |Build Status| |License|
|
||||
|
||||
mpw is a little software which stores your passwords in `GnuPG <http://www.gnupg.org/>`_ encrypted files.
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
* generate OTP code
|
||||
* synchronize your passwords with SSH or FTP.
|
||||
* copy your login, password or otp in clipboard
|
||||
|
||||
Install
|
||||
=======
|
||||
|
||||
On debian or ubuntu::
|
||||
|
||||
apt install ruby ruby-dev xclip
|
||||
gem install mpw
|
||||
|
||||
|
||||
How to use
|
||||
==========
|
||||
|
||||
A simple mpw usage::
|
||||
|
||||
mpw config --init user@host.com
|
||||
mpw add
|
||||
mpw copy
|
||||
mpw add
|
||||
mpw list
|
||||
|
||||
Output::
|
||||
|
||||
Bank
|
||||
==============================================================================
|
||||
ID | Host | User | Protocol | Port | OTP | Comment
|
||||
==============================================================================
|
||||
1 | bank.com | 1234456 | https | | X |
|
||||
|
||||
Linux
|
||||
==============================================================================
|
||||
ID | Host | User | Protocol | Port | OTP | Comment
|
||||
==============================================================================
|
||||
2 | linuxfr.org | example | https | | | Da Linux French Site
|
||||
|
||||
|
||||
.. |Version| image:: https://img.shields.io/badge/latest_version-4.0.0--beta1-yellow.svg
|
||||
:target: https://github.com/nishiki/manage-password/releases
|
||||
.. |License| image:: https://img.shields.io/badge/license-GPL--2.0-blue.svg
|
||||
:target: https://github.com/nishiki/manage-password/blob/master/LICENSE
|
||||
.. |Build Status| image:: https://travis-ci.org/nishiki/manage-password.svg?branch=master
|
||||
:target: https://travis-ci.org/nishiki/manage-password
|
Loading…
Add table
Reference in a new issue