From c268ce51d067de0f5c9bf2e2888d15ab4cfba66b Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 15 Dec 2025 21:28:06 +0100 Subject: [PATCH] Added some pdf related commands --- data/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/commands.json b/data/commands.json index 0540d9b..3c45ce4 100644 --- a/data/commands.json +++ b/data/commands.json @@ -261,6 +261,14 @@ { "command": "pavucontrol", "desc": "Audio Control" + }, + { + "command": "pdfunite file.pdf file.pdf united.pdf", + "desc": "Unite multiple pdf files into one" + }, + { + "command": "qpdf --password='' --decrypt encrypted_file.pdf decrypted_file.pdf", + "desc": "Decrypt (or encrypt with --encrypt) a pdf file" } ] }