ctpv/deptable/markdown.sed
2022-07-26 00:01:08 +05:00

17 lines
161 B
Sed
Executable File

#!/bin/sed -f
# Add header
1i\
| File types | Programs |\
| ---- | ---- |
# Format rows
s/ /` `/g
s/\t/ | `/
s/^/| /
s/$/` |/
# Add a newline at the end
$a\