Skip to content

Commit

Permalink
Merge pull request lra#373 from kykim/master
Browse files Browse the repository at this point in the history
add support for pass (http://www.passwordstore.org/)
lra committed Oct 19, 2014
2 parents b239d6c + 03c3bf7 commit 2401f1d
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
- Support for Terminator (via @chr1sbest)
- Support for Houdini (via @kfinlay)
- Support for IntelliJ IDEA 13 (via @dsager)
- Support for Pass (via @kykim)

## Mackup 0.7.4

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -237,6 +237,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [OmniFocus](http://www.omnigroup.com/products/omnifocus/)
- [OmniGraffle](http://www.omnigroup.com/omnigraffle/)
- [OpenSSH](http://www.openssh.org/)
- [Pass](http://www.passwordstore.org/)
- [Pastebot](http://tapbots.com/software/pastebot/)
- [Path Finder](http://www.cocoatech.com/pathfinder/)
- [Pear](http://pear.php.net/)
5 changes: 5 additions & 0 deletions mackup/applications/pass.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[application]
name = pass

[configuration_files]
.password-store

0 comments on commit 2401f1d

Please sign in to comment.