My dotfiles

Add gemini-cleanup-album function

bladee.bsky.social 9af50808 20852597

verified
+4 -10
+4 -10
dot_config/private_fish/functions/gemini-cleanup-album.fish
··· 3 3 exactly. Do not rename the audio files. If there are multiple cover images, \ 4 4 delete all but highest quality image, then rename it to cover.ext, where ext is \ 5 5 the extension for the image type (i.e., jpg, png). Return a summary of all \ 6 - changed file names after completion." 7 - 8 - # systemd-run --user --scope \ 9 - # -p ProtectSystem=strict \ 10 - # -p ProtectHome=read-only \ 11 - # -p ReadWritePaths="$PWD" \ 12 - # -p PrivateTmp=yes \ 13 - # -p NoNewPrivileges=yes \ 14 - # gemini --model gemini-2.5-flash --allowed-tools list_directory,run_shell_command "$prompt" $argv 6 + changed file names after completion. Use safe move and delete commands. Do not \ 7 + Delete or overwrite any files until you have confirmed that all edits have been 8 + made successfully." 15 9 16 10 bwrap \ 17 11 --ro-bind / / \ ··· 20 14 --tmpfs /tmp \ 21 15 --bind "$PWD" "$PWD" \ 22 16 --bind "$HOME/.gemini" "$HOME/.gemini" \ 23 - gemini --model gemini-2.5-flash --allowed-tools list_directory,run_shell_command "$prompt" $argv 17 + gemini --model gemini-3-flash-preview --allowed-tools list_directory,run_shell_command --yolo "$prompt" $argv 24 18 end