Skip to content

100sun/lazy_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This repository is for lazy developers!

./make_contents_from_md

This will generate contents from markdown file and pre-append it to the beginnig of the markdown file. This file takes two commmand line arguments.

usage

usage: make_contents_from_md [-h] filename [max_headers]

positional arguments:
  filename     markdown filename
  max_headers  the maximum number of header you wanna include in contents,
               default=2

optional arguments:
  -h, --help   show this help message and exit

example

./make_contents_from_md mynotes.md
./make_contents_from_md mynotes.md 3

Release

version date
v1.0 2020.04.16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published