about summary refs log tree commit diff
path: root/bundles/golink/files/snapshot.json
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/golink/files/snapshot.json')
-rw-r--r--bundles/golink/files/snapshot.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/golink/files/snapshot.json b/bundles/golink/files/snapshot.json
new file mode 100644
index 0000000..b6757c6
--- /dev/null
+++ b/bundles/golink/files/snapshot.json
@@ -0,0 +1,5 @@
+## vim: ft=python
+<%! from time import strftime as time %>
+% for short, long in links.items():
+{"Short":"${short}","Long":"${long}","Owner":"robertgzr@github","Created":"${"%Y-%m-%dT%H:%M:%SZ" | time}","LastEdit":"${"%Y-%m-%dT%H:%M:%SZ" | time}"}
+% endfor