Skip to content

Searches for markdown files in a directory and subdirectories and combines them all into one.

License

Notifications You must be signed in to change notification settings

JeremyMorgan/markdownsmash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Markdown Smash

Searches for markdown files in a directory and subdirectories and combines them all into one.

Useless to nearly everyone but I mention it in an article on JeremyMorgan.com.

Features

  • Recursively searches for markdown files in a specified directory.
  • Combines all found markdown files into a single file.
  • Maintains the order of files as they are found.

Installation

Clone the repository:

git clone https://github.com/yourusername/markdownsmash.git
cd markdownsmash

Usage

Run the script with the target directory:

python process-markdown.py 

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the Creative Commons License. See the LICENSE file for details.

Do whatever the heck you want with this.

About

Searches for markdown files in a directory and subdirectories and combines them all into one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages