Pārlūkot izejas kodu

Added a script to convert the selection to org syntax

Samuel W. Flint 7 gadi atpakaļ
vecāks
revīzija
b64970b9f4
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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