: This is an example completion source file

--- hello
: this is a comment
Hello {{ env_USER }}
---

--- hello-world
Hallo {{ "echo '-M- World'" | shell }}
---

--- next-week
Due date: {{ current_date|add_days(7)|strftime('%Y-%m-%d') }}
---

--- system-info
OS: {{ 'uname -s' | shell }}
Kernel: {{ 'uname -r' | shell }}
Hostname: {{ 'hostname' | shell }}
---

