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.
- 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.
Clone the repository:
git clone https://github.com/yourusername/markdownsmash.git
cd markdownsmash
Run the script with the target directory:
python process-markdown.py
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the Creative Commons License. See the LICENSE file for details.
Do whatever the heck you want with this.