Browse Source

Added a script to convert the selection to org syntax

Samuel W. Flint 7 years ago
parent
commit
b64970b9f4
1 changed files with 3 additions and 0 deletions
  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