Macros
Macro is one or more commands that can be executed using :macro command.
Macros are defined in the config file: ~/.config/tagselecta/config.toml.
Example:
[macros]
reggae="edit genre=Reggae"
clean="edit clearextra comment=\"\" && autotrack"
To call a macro use :macro <name> (:m <name>) command.
Macros are only inserted into the command line (commands are not executed immediately), you can edit them before executing.