Files
configs/bin/ltx
2022-08-21 11:22:24 +02:00

8 lines
189 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
python -m unicodeit.cli $CODE | xclip -selection clipboard