#!/bin/bash

todo.txt @ | grep -v "~" | grep -v "^#" | shuf --random-source=/dev/random | head -1
