浏览代码

Add some wrappers for pass

Samuel W. Flint 6 年之前
父节点
当前提交
e3e8fe0438
共有 3 个文件被更改,包括 12 次插入0 次删除
  1. 4 0
      pass-autotype-wrapper
  2. 4 0
      pass-type-wrapper
  3. 4 0
      pass-url-wrapper

+ 4 - 0
pass-autotype-wrapper

@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export PASSWORD_STORE_ENABLE_EXTENSIONS=true
+pass autotype

+ 4 - 0
pass-type-wrapper

@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export PASSWORD_STORE_ENABLE_EXTENSIONS=true
+pass type

+ 4 - 0
pass-url-wrapper

@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export PASSWORD_STORE_ENABLE_EXTENSIONS=true
+pass open-url