summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-01Allow to run in batch mode by specifying the profile IDOlivier Gayot
monitor-menu.py now takes an additional optional argument: <profile>. When specified, the script will attempt to load the configuration of the profile specified. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
2018-11-23Honor the background propertyOlivier Gayot
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
2018-11-23Use list.extend instead of operator +=Olivier Gayot
The difference between list.extend and list.operator+= is that the later creates a new object while the former mutates the original object in place. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
2018-07-04Added basics for the script to runOlivier Gayot
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
2018-07-04Initial commitOlivier Gayot
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>