Compare commits

...

5 Commits

6 changed files with 13 additions and 4 deletions

2
project/.gitignore vendored
View File

@@ -2,3 +2,5 @@
Report.pdf Report.pdf
Report.html Report.html
Report.tex Report.tex
Airflow/*.pdf
ManJ/*.pdf

View File

@@ -274,7 +274,8 @@ maintain then you could look into [shell] improvements and air sealing the home.
Regards, Regards,
\ ![](img/signature.png){width=20%; float=left}
\ \
\ \

BIN
project/img/goals.png LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
project/img/signature.png LFS Normal file

Binary file not shown.

View File

@@ -21,7 +21,7 @@ html:
[group("generate")] [group("generate")]
pdf: pdf:
@gum spin --title="Generating pdf..." -- bash -xc "hpa generate pdf &>/dev/null" @gum spin --title="Generating pdf..." -- bash -xc "hpa generate pdf &>/dev/null"
@xdg-open Report.pdf & @pidof zathura &>/dev/null || xdg-open Report.pdf &
# Copy files to cloud storage directory. # Copy files to cloud storage directory.
[group("generate")] [group("generate")]