Autotyper May 1, 2025 ยทย files Function to quickly setup autotyping, wherever you might need it. Autotyperautotype() { sleep 3; xdotool type --delay 60 "$@"; } Read More
Stat Perms April 22, 2025 ยทย files Nicely formatted stat output. Stat Permsalias perm="stat -c '%n %U:%G-%a'" Read More