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




_______________________________________________
Tagging mailing list
Tagging@openstreetmap.org
https://lists.openstreetmap.org/listinfo/tagging

Reply via email to