Skip to content

bztes/md-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-sh

Minimalistic markdown placeholders filled by shell stdout

Input Markdown file

# Files

<!--- #RUN OUTPUT ls | sed -e 's/^/\* /g' -->
<!--- #ECHO OUTPUT { -->
<!--- #ECHO } -->

Run generator

python ./md-sh.py example.md

Generated Markdown file

# Files

<!--- #RUN OUTPUT ls | sed -e 's/^/\- /g' -->
<!--- #ECHO OUTPUT { -->
- example_gen.md
- example.md
- Makefile
- md-sh.py
- README.md
<!--- #ECHO } -->

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published