templates/README.md
changeset 82 9ac2281c07d7
parent 23 2ba1ea451669
child 86 9e846c5af138
equal deleted inserted replaced
81:b1671f83e91b 82:9ac2281c07d7
     6 
     6 
     7 Here's an example using a template with ANSI color escape codes (for UNIX/Linux):
     7 Here's an example using a template with ANSI color escape codes (for UNIX/Linux):
     8 
     8 
     9     madonctl timeline --limit 2 --template-file ansi-status.tmpl
     9     madonctl timeline --limit 2 --template-file ansi-status.tmpl
    10 
    10 
    11 Feel free to contribute if you have nice templates of if you want to work on themes as well!
    11 The template prefix directory can be set in the configuration file with the 'template_directory' setting,
       
    12 or with the `MADONCTL_TEMPLATE_DIRECTORY` environment variable. \
       
    13 If set, template files are looked up relatively from this repository first
       
    14 (unless they are absolute paths or start with "./" or "../").
       
    15 
       
    16 Feel free to contribute if you have nice templates or if you want to work on themes as well!