feat: add pdf:present
task
This commit is contained in:
parent
e796a6e2a9
commit
260d2d6c58
8
run
8
run
|
@ -43,6 +43,14 @@ function pdf:generate {
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function pdf:present {
|
||||||
|
TALK_PATH=$1
|
||||||
|
shift 1
|
||||||
|
|
||||||
|
pdfpc "${@}" "$TALK_PATH/$PDF_FILENAME" \
|
||||||
|
--switch-screens
|
||||||
|
}
|
||||||
|
|
||||||
function pdf:watch {
|
function pdf:watch {
|
||||||
# Generate a new PDF file and watch for changes.
|
# Generate a new PDF file and watch for changes.
|
||||||
echo "TODO: pdf:watch"
|
echo "TODO: pdf:watch"
|
||||||
|
|
Loading…
Reference in a new issue