Parcourir la source

Added a script to convert the selection to org syntax

Samuel W. Flint il y a 7 ans
Parent
commit
b64970b9f4
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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