Code snippet joiner and splitter.
Install the DMD 2 compiler (using the MinGW setup option on Windows).
Build the executable with the following command line :
dmd -m64 snip.d
snip --join <input folder path> <output file path>
snip --split <input file path> <output folder path>
snip --split input_text.txt OUTPUT_FOLDER/
Extracts the code snippet files.
snip --join INPUT_FOLDER/ output_text.txt
Generates the code snippet files.
0.2
Eric Pelzer (ecstatic.coder@gmail.com).
This project is licensed under the GNU General Public License version 3.
See the LICENSE.md file for details.