Quellcode durchsuchen

Add some wrappers for pass

Samuel W. Flint vor 6 Jahren
Ursprung
Commit
e3e8fe0438
3 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  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