= Timelog = simple text filter, which changes the log output from Naoqi with time in seconds to human readable times * {{{ timelog < /var/log/naoqi/servicemanager/system.Naoqi.log }}} prints {{{ ... }}} * {{{ grep ALMotion /var/log/naoqi/servicemanager/*.log | timelog }}} annotates the `grep` result {{{ ... }}} == Installation == Source code is in [https://gitlab.fi.muni.cz/nlp/pepper-shell-tools/blob/master/bin/timelog gitlab].