Add argument to specify password line ending: --separator
authorFrançois Freitag <redacted>
Sat, 2 Dec 2017 21:12:49 +0000 (13:12 -0800)
committerFrançois Freitag <redacted>
Sat, 20 Jan 2018 21:51:34 +0000 (13:51 -0800)
commitd88031fea236e598ba36365cd18467b72af3b4cf
tree92dd7e1dd10f695699301dddc928e96c2d3ba26f
parentbaa1726d0da0186964ae38fe7d1653c0b6da26ac
Add argument to specify password line ending: --separator

Adds a new separator argument used to separate passwords in the output.
This is useful when piping the output of xkcdpass to another command,
e.g. copying a password to the clipboard on Linux with:

```
xkcdpass --count 1 --numwords 10 --separator "" | xsel -b
```
tests/test_xkcdpass.py
xkcdpass/xkcd_password.py
git clone https://git.99rst.org/PROJECT