Add bin/{wk, ltx}

This commit is contained in:
arnaucube
2022-06-27 19:16:40 +02:00
parent 45959f3636
commit 91160c8b72
2 changed files with 9 additions and 0 deletions

6
bin/ltx Executable file
View File

@@ -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