[Tagging] A modest proposal to increase the usefulness of the tagging list
Andy Townsend
ajt1047 at gmail.com
Sun Jun 2 10:44:49 UTC 2019
On 02/06/2019 10:11, Jo wrote:
> Who's going to keep the tally? Maybe we need an actual tool to help
> with this (I'm not proposing to write one or figure what could be used
> for doing so).
Create a shell script called something like "taglistpeople.sh" containing:
lynx -width=1024 --dump
"https://lists.openstreetmap.org/pipermail/tagging/${1}-${2}/date.html#start"
| grep "\[Tagging\]" | sed "s/.* //" | sort | uniq -c | sort -n -r |
head -20
then e.g. "taglistpeople.sh 2019 May"
(bugger - that's one of my 30)
Best Regards,
Andy
More information about the Tagging
mailing list