From 74c20dd2add237a47ea6247217dbc0ebf2cdc560 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 17 Sep 2021 21:45:12 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c3c44..93d3a8b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ The result of executing a shell command is sent to the `on_shell_result(string)` # Application management -`apps:get_list([sort_by], [no_hidden])` - returns the package table of all installed applications, `sort_by` - sort option (see below), `no_hidden` - true if no hidden applications are needed; +* `apps:get_list([sort_by], [no_hidden])` - returns the package table of all installed applications, `sort_by` - sort option (see below), `no_hidden` - true if no hidden applications are needed; * `apps:get_name(package)` - returns application name; * `apps:get_color(package)` - returns the color of the application in #XXXXXXXX format; * `apps:launch(package)` - launches the application;