Browse Source

Added a script to convert the selection to org syntax

Samuel W. Flint 7 năm trước cách đây
mục cha
commit
b64970b9f4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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