dotfiles/.scripts/zathuraVsCode.sh

7 lines
168 B
Bash
Raw Normal View History

#!/usr/bin/env bash
zathura --synctex-editor-command 'echo %{input}:%{line}' $@ |
while read line; do
vscodium --verbose --reuse-window -g $line </dev/null
done