-
Notifications
You must be signed in to change notification settings - Fork 260
Apps
apps -ls
apps -hide [appName]
## Show
apps -show [appName]
apps -l [appName]
apps -ps [appName]
apps -st [appName]
apps -frc [appName]
(You can launch both visible and hidden apps with this option)
apps -file
apps -default_app [index] [appName]
index: the index of the chosen default app (1 <= index <= 5)
appName: the name of the chosen app, or "most_used", or "null"
apps -reset [appName]
App groups have been introduced in t-ui 6.3b (beta). They allow you to create sets of apps which belong to the same categories (games, settings, etc...).
Moreover, you can set a custom background and foreground color, in order to make your suggestions more explicative and clear.
apps -mkgp [groupName]
This created an empty group with the given name (spaces are not allowed).
apps -rmgp [groupName]
apps -addtogp [groupName] [appName]
apps -rmfromgp [groupName] [appName]
Since t-ui beta 6.5 you can sort your app groups changing the entry: app_groups_sorting
.
- 0 = time up->down
- 1 = time down->up
- 2 = alphabetical up->down
- 3 = alphabetical down->up
- 4 = most used up->down
- 5 = most used down->up
Example:
$ config -set app_groups_sorting 3
apps -gp_bg_color [groupName] [#color]
(check here for more details) about colors
apps -gp_fore_color [groupName] [#color]
(check here for more details about colors)
apps -lsgp
apps -lsgp [groupName]
Francesco Andreuzzi, Italy, [email protected]