Files
configs/bin/ltx
2022-06-27 19:16:40 +02:00

7 lines
159 B
Bash
Executable File

#!/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