🐦 Birdword

{% if transcriptions %} {% for t in transcriptions %}
{{ t.timestamp[:16] | replace("T", " ") }} {% if t.app_name %}{{ t.app_name }}{% endif %} {% if t.duration_seconds %}{{ "%.1f" | format(t.duration_seconds) }}s{% endif %} {% if t.cwd %}{{ t.cwd | replace("/Users/" + t.cwd.split("/")[2] + "/", "~/") }}{% endif %}
{{ t.fixed_text or t.raw_text }}
{% if t.fixed_text and t.fixed_text != t.raw_text %}
Show original {{ t.raw_text }}
{% endif %}
{% endfor %} {% else %}
🎤

No transcriptions yet.

Press your hotkey to start dictating.

{% endif %}

Settings