Notifications auf Android nutzen häufig einen Google Service. Damit sind alle Notifications von verschiedenen Apps gebündelt und das Smartphone braucht nur eine aktive Verbindung (spart Strom). Je nach implementierung kommt da nur ein "Es gibt was neues" an und die App fragt dann die eigentliche Notification an.
Das zwingend zu nutzen ist natürlich für eine privacy fokusierte Chat App fraglich, wobei der Signal CEO(?) einige fragliche Meinungen hat. Dafür hat er eine erstklassige Chat App gebaut und großflächig verbreitet.
You can do most things by combining simple cmdline tools. E.g. filter out some specific lines from all files in a directory, get the value after the second
:
, write those to another file and then sort, deduplicate and count them.This may sound complicated, but it's pretty easy and fast if your are familiar with a shell. To be that efficient with your shell you want it to actually be powerful and not just a plain text input. Also writing cmdline tools is rather easy compared to a usable GUI tool.