From 35eace2649e7ce05c31ce11bd1abe80433dda653 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 19 Aug 2024 09:15:30 +0100 Subject: [PATCH] Add txt2pdf alias --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 83a70a2..fed3a18 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -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"