Three muncher utilities built in forge3. Need to decide on their permanent home and integration.
LOCATIONS:
- C:\Users\ctgau\forge3\pdf-muncher\munch.py
- C:\Users\ctgau\forge3\markdown-muncher\munch.py
- C:\Users\ctgau\forge3\url-muncher\munch.py
WHAT THEY DO:
- pdf-muncher: takes a markdown file, converts to PDF, opens it
- markdown-muncher: takes a markdown file, opens it in MarkText
- url-muncher: takes a URL, opens it in Chrome
All single-file Python scripts. Same munch.py naming convention. Currently sitting in forge3 as standalone folders.