Procházet zdrojové kódy

Add some wrappers for pass

Samuel W. Flint před 6 roky
rodič
revize
e3e8fe0438
3 změnil soubory, kde provedl 12 přidání a 0 odebrání
  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