Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1009 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1009 Bytes

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.