padz 0.10.1

A fast, project-aware scratch pad for the command line
1
2
3
4
5
6
7
{% if lines | length == 0 %}
{{ empty_message | style("empty-message") }}
{% else -%}
{% for line in lines -%}
{{ line | style("list-title") }}
{% endfor -%}
{% endif %}