Tips tagged with files.

  • Autotyper

    May 1, 2025
    Function to quickly setup autotyping, wherever you might need it.
    Autotyper
    autotype() { sleep 3; xdotool type --delay 60 "$@"; }
    Read More
  • Stat Perms

    April 22, 2025
    Nicely formatted stat output.
    Stat Perms
    alias perm="stat -c '%n %U:%G-%a'"
    Read More