瀏覽代碼

Added a script to convert the selection to org syntax

Samuel W. Flint 7 年之前
父節點
當前提交
b64970b9f4
共有 1 個文件被更改,包括 3 次插入0 次删除
  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