terminal:bin
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| terminal:bin [2025/08/16 01:57] – melo | terminal:bin [2026/07/11 23:27] (current) – melo | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| notif() { | notif() { | ||
| notify-send " | notify-send " | ||
| - | aplay -q / | + | paplay |
| spd-say -t female3 -r +25 " | spd-say -t female3 -r +25 " | ||
| } | } | ||
| </ | </ | ||
| - | ==== vpn ==== | + | ==== mvpn ==== |
| launch applications excluded from current and future VPN sessions (until window is closed). | launch applications excluded from current and future VPN sessions (until window is closed). | ||
| - | i have this aliased to '' | + | i have this aliased to '' |
| <code bash> | <code bash> | ||
| - | #!/bin/bash | + | #!/usr/bin/env bash |
| - | nohup mullvad-exclude $1 > / | + | nohup mullvad-exclude |
| - | </ | + | |
| - | + | ||
| - | ==== resize img ==== | + | |
| - | + | ||
| - | this is for when i use [[https:// | + | |
| - | + | ||
| - | <code bash> | + | |
| - | # | + | |
| - | + | ||
| - | WORKDIR=$(pwd) | + | |
| - | + | ||
| - | TMPDIR="/ | + | |
| - | + | ||
| - | cd ${WORKDIR} | + | |
| - | + | ||
| - | for f in *.jpg; do mv $f ${TMPDIR}; done | + | |
| - | + | ||
| - | cd ${TMPDIR} && magick -size 3000x4000 *.jpg -resize 40% " | + | |
| </ | </ | ||
terminal/bin.1755309468.txt.gz · Last modified: by melo
