rsnip 0.2.0

A universal command-line snippet manager
Documentation
: This is a completion source file

--- apple
this is green
and nothing else
---

--- aple
this is green2
---

--- banana
this is yellow
---
--- else
this is other
---

--- greeting
Hello {{ env_USER }}!
---

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

--- last_week
Completed on: {{ current_date|subtract_days(7)|strftime('%Y-%m-%d') }}
---