#group
Syntax: #group {command} [{group_name}]
This command using for groups manipulations. Allowed commands is:
- list
- shows groups list currently defined. Sample: #group list
- enable
– enables group by name (enable all alias/actions/highlight assigned to this group). Sample: #group enable pkill
- disable
- disables group by name (disable processing every action/highlight assigned to group, prevents using aliases assigned to group). Sample: #group disable pkill
- delete
– removes group and all aliases/action/highlights assigned to group. Sample: #group delete pkill
- info
- show all objects assigned to group. Sample: #group info pkill
- global
– makes group global. All aliases/actions/highlights assigned to this group will be placed into global.set file and will be availible for all profiles. Sample: #group global pkill
- local
– makes group local. Its content will be placed into profile’s .set file and availible only for current profile. Sample: #group local pkill
See also: #alias #action #highlight #variable