Add txt2pdf alias

This commit is contained in:
Anthony Rose 2024-08-19 09:15:30 +01:00
parent a57aac19b6
commit 35eace2649

View file

@ -258,6 +258,7 @@ alias sdk-gnome="flatpak run --command=/bin/bash --share=network --filesystem=ho
alias sl="ls -r"
alias streamenc="openssl aes-256-cbc -pbkdf2 -in - -out - -e"
alias streamdec="openssl aes-256-cbc -pbkdf2 -in - -out - -d"
alias txt2pdf="soffice --infilter='Text (encoded):UTF8,,Berkeley Mono,en-GB' --convert-to pdf"
alias wgr=wordgrinder
alias ytmp3="youtube-dl -q -x --audio-format=mp3"
alias zlu="zypper list-updates"