Updated submodules, added comments to shell/common
This commit is contained in:
+1
-1
Submodule .config/password-store updated: d1834979b2...8df1edc2b0
@@ -53,3 +53,14 @@ ytpl-export () {yt-dlp -j --flat-playlist "$1" | jq -r '.id' | sed 's_^_https://
|
||||
|
||||
# common date format
|
||||
shdate () {date +'%Y%m%d'}
|
||||
|
||||
# create function later:
|
||||
# large image heavy pdf into smaller pdf
|
||||
# below will:
|
||||
# break pages into jpg files with 300dpi
|
||||
# resize images to roughly 100k
|
||||
# create a new pdf from jpg files
|
||||
#
|
||||
# pdftoppm -jpeg -r 300 input_document.pdf output_image
|
||||
# jpegoptim --size=100k output_image*.jpg
|
||||
# img2pdf $(ls -v output_image*.jpg) -o output_document.pdf
|
||||
|
||||
Submodule .local/src/ansible-playbooks-prod updated: 28b6cfb74c...41ca2923d8
Submodule .local/src/ansible-role-apt updated: 0d153edda8...32f5f5db95
Submodule .local/src/ansible-role-sssdad updated: b4ed5305f3...04aa794181
Reference in New Issue
Block a user