<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hej allesammen or as dr. Nick would say; “Hi everybody!”<br>
    <br>
    I use TextMate for a variety of purposes, and I have recently gotten
    into <a href="https://www.youtube.com/watch?v=WATkjWIOMKA">the Cats
      does Countdown</a> on British Channel 4. It's comedians playing a
    words and numbers game, solving anagrams and mathematical sums,
    while being entertaining.<br>
    <br>
    When watching the show, I use TextMate to re-shuffle letters. I've
    made a very simple php shuffle command: <br>
    <pre>#!/usr/bin/env php
<?
$input = file_get_contents('php://stdin');
echo strtoupper(str_shuffle($input));
?></pre>
    However, there is only ever 9 letters on offer, so it's easier to
    “zoom” / “enlarge” the type. But unfortunately there's no “reset
    zoom” in TextMate. Unlike most other Mac apps it works in “bigger
    font” and “smaller font”.<br>
    <br>
    Allan, it'd be nice to rename it “zoom in” and “zoom out”, and
    provide a “reset zoom” (preferably at ⌘+0), like the browsers on
    OSX.<br>
    <br>
    <br>
    Det var alt, og tak for indsatsen,<br>
    Rasmus<br>
  </body>
</html>