feat: add pdf:present
task
This commit is contained in:
parent
e796a6e2a9
commit
260d2d6c58
1 changed files with 8 additions and 0 deletions
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 {
|
||||
# Generate a new PDF file and watch for changes.
|
||||
echo "TODO: pdf:watch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue