1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# distamp Creates discord format relative timestamps, i.e.: `<t:1725834045:R>` ## Usage ./distamp m[:s] Where m is number of minutes from now and s is number of seconds from now ## Build To build, install hare and run: $ hare build distamp.ha