Selaa lähdekoodia

Added a script to convert the selection to org syntax

Samuel W. Flint 7 vuotta sitten
vanhempi
commit
b64970b9f4
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      convert-selection-to-org

+ 3 - 0
convert-selection-to-org

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+xclip -o | pandoc -t org | xclip -i