ctpv/deptable/markdown.sed

17 lines
161 B
Sed
Raw Normal View History

2022-07-25 19:11:40 +02:00
#!/bin/sed -f
# Add header
1i\
| File types | Programs |\
| ---- | ---- |
# Format rows
s/ /` `/g
s/\t/ | `/
s/^/| /
s/$/` |/
# Add a newline at the end
$a\