Marc Ermshaus About Contact

Published on 16 Sep 2026. Tagged with micro.

I’m so ridiculously lazy right now that I open new windows in kitty instead of tabs because I can’t be bothered to figure out how to start tmux in there. — Stop telling me I probably just have to type “tmux”, you’re not my mother.

I really like kitty+chafa as an image viewer.

function gallery() {
  local cols="${1:-4}"
  clear; ls -1 | chafa --files - --grid="${cols}" --optimize=9 --label=off --clear
}