-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.0: more granular copying features
Signed-off-by: Chris Warrick <[email protected]>
- Loading branch information
Showing
12 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix C. Changelog | |
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2015-2017, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2017-04-01 | ||
:Version: 0.1.10 | ||
:Date: 2017-06-10 | ||
:Version: 0.2.0 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
@@ -19,6 +19,9 @@ More information can be found on GitHub in the `releases section | |
Version History | ||
=============== | ||
|
||
0.2.0 | ||
More granular copying features: users can now choose between copying the first line (old default), copying the entire text, or copying specific fields that are separated with ``: `` (colon, space). | ||
0.1.10 | ||
* Respect ``PASSWORD_STORE_DIR`` environment variable (if it’s set) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Maintainer: Chris Warrick <[email protected]> | ||
pkgname=upass | ||
_pyname=upass | ||
pkgver=0.1.10 | ||
pkgver=0.2.0 | ||
pkgrel=1 | ||
pkgdesc='Console UI for pass' | ||
arch=('any') | ||
url='https://github.com/Kwpolska/upass' | ||
license=('BSD') | ||
options=(!emptydirs) | ||
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") | ||
md5sums=('08b2997aca9380a1a9783949dbdf9b72') | ||
md5sums=('2241b313ce0eaef1cfde3e1806ee7e19') | ||
depends=('pass' 'python' 'python-setuptools' 'python-urwid' 'python-pyperclip') | ||
|
||
prepare() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ upass. Console UI for pass. | |
:Info: This is the README file for upass. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2015-2017, Chris Warrick. | ||
:Date: 2017-04-01 | ||
:Version: 0.1.10 | ||
:Date: 2017-06-10 | ||
:Version: 0.2.0 | ||
|
||
.. image:: https://chriswarrick.com/galleries/upass/directory-listing.png | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ upass. Console UI for pass. | |
:Info: This is the README file for upass. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2015-2017, Chris Warrick. | ||
:Date: 2017-04-01 | ||
:Version: 0.1.10 | ||
:Date: 2017-06-10 | ||
:Version: 0.2.0 | ||
|
||
.. image:: https://chriswarrick.com/galleries/upass/directory-listing.png | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix C. Changelog | |
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2015-2017, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2017-04-01 | ||
:Version: 0.1.10 | ||
:Date: 2017-06-10 | ||
:Version: 0.2.0 | ||
|
||
.. index:: CHANGELOG | ||
|
||
|
@@ -19,6 +19,9 @@ More information can be found on GitHub in the `releases section | |
Version History | ||
=============== | ||
|
||
0.2.0 | ||
More granular copying features: users can now choose between copying the first line (old default), copying the entire text, or copying specific fields that are separated with ``: `` (colon, space). | ||
0.1.10 | ||
* Respect ``PASSWORD_STORE_DIR`` environment variable (if it’s set) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Appendix B. License for upass | |
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2015-2017, Chris Warrick. | ||
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.) | ||
:Date: 2017-04-01 | ||
:Version: 0.1.10 | ||
:Date: 2017-06-10 | ||
:Version: 0.2.0 | ||
|
||
.. index:: LICENSE | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ upass. Console UI for pass. | |
:Info: This is the README file for upass. | ||
:Author: Chris Warrick <[email protected]> | ||
:Copyright: © 2015-2017, Chris Warrick. | ||
:Date: 2017-04-01 | ||
:Version: 0.1.10 | ||
:Date: 2017-06-10 | ||
:Version: 0.2.0 | ||
|
||
.. image:: https://chriswarrick.com/galleries/upass/directory-listing.png | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters