alcinnz
boosted
Ok, peanut gallery, is this curs猫d, or glorious? ;)
function stdu {
#Syncthing du
cd
local x oIFS="$IFS"
IFS=$'\n'
du -sch $(
for x in *; do
[[ -d $x && -d $x/.stfolder ]] && echo "$x"
done
) |sort -h
IFS="$oIFS"
}
Ok, peanut gallery, is this curs猫d, or glorious? ;)
function stdu {
#Syncthing du
cd
local x oIFS="$IFS"
IFS=$'\n'
du -sch $(
for x in *; do
[[ -d $x && -d $x/.stfolder ]] && echo "$x"
done
) |sort -h
IFS="$oIFS"
}
Building off of what we learned at #Macstock2025 from @TheMikeBurke, I automated building new project folders using shell scripting and Keyboard Maestro. I had more fun doing that than starting my ScreenCastsONLINE project. Don't tell @leegarrett
https://www.podfeet.com/blog/2025/08/automation-project-folders/