ソースを参照

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