diff --git a/bin/ltx b/bin/ltx new file mode 100755 index 0000000..164e227 --- /dev/null +++ b/bin/ltx @@ -0,0 +1,6 @@ +#!/bin/bash +# script to generate unicode from LaTeX code, and copy it into the +# clipboard + +CODE=$1 +python -m unicodeit.cli $CODE | xclip -selection clipboard diff --git a/bin/wk b/bin/wk new file mode 100755 index 0000000..ab213b9 --- /dev/null +++ b/bin/wk @@ -0,0 +1,3 @@ +#!/bin/bash + +nvim -c "VimwikiIndex"