bandsaunter/packaging
The Dust Council 0f378c4d6c Say the date and the time, and sort by both
The listing gave the time and not the date, which is fine for an
evening's scanning and useless for a directory that has been filling
for a fortnight: two recordings a week apart looked like neighbours.

Every moment in the browser is now written YY-mm-dd hh:mm:ss am/pm --
date first so a column of them reads down in order, twelve-hour so it
reads the way it would be said. Midnight is 12 am and noon is 12 pm,
which is the pair a twelve-hour clock gets wrong when it is done by
subtraction, so both are tested.

The sort is named "date/time" rather than "time" and orders by the
whole moment, with the filename breaking a tie so that the list does
not shuffle itself between one reload and the next. --sort time still
works; it is the sort of thing that lives in a shell alias.

The date costs twelve columns, so the frequency column is now only as
wide as the widest frequency in the list rather than always wide
enough for 1090.000001 MHz. It is fixed for the whole list, not the
screenful, because a column that resizes as the list scrolls under it
makes the whole listing appear to twitch.

--list is left in ISO and twenty-four hours: it is there to be piped
into grep and sort, and those want the format that sorts as text.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016PsWPTweCT6pwxKngvVxcg
2026-08-30 00:53:58 -07:00
..
bandsaunter.1 Say the date and the time, and sort by both 2026-08-30 00:53:58 -07:00
build-deb.sh Add saunterbrowse, for reading back what a scan collected 2026-08-22 15:06:33 -07:00
build-repo.sh Package the speech recogniser and its model for apt 2026-08-21 22:12:24 -07:00
make-browse-man.py Say the date and the time, and sort by both 2026-08-30 00:53:58 -07:00
make-man.py Read the pictures, the aircraft, the meters and the sensors 2026-08-29 19:38:37 -07:00
saunterbrowse.1 Say the date and the time, and sort by both 2026-08-30 00:53:58 -07:00