This repository contains Homebrew formulas for tools developed by chasemp.
A powerful tool for syncing between Google Docs, Confluence, and Markdown files.
Installation:
brew install chasemp/tap/mdsyncFeatures:
- Bidirectional Sync: Sync between Google Docs, Confluence, and Markdown files
- Batch Document Management: Combine multiple markdown files into single documents
- Table of Contents: Generate working TOC with clickable links in Google Docs
- Sync Date Tracking: Automatic timestamps for created/modified dates in frontmatter
- Smart Detection: Intelligent destination detection from frontmatter metadata
- Live Status: Check frozen/locked status of documents
- Confluence Macros: Support for note/info/warning/tip macros
- Command Line: Simple, powerful CLI interface
Usage:
# Create a new Google Doc
mdsync document.md --create
# Sync to existing Google Doc
mdsync document.md https://docs.google.com/document/d/DOC_ID/edit
# Create a batch document
mdsync --batch file1.md file2.md --batch-title "My Batch" --batch-toc
# List all documents
mdsync --list .For more information, visit the mdsync repository.
To add a new formula to this tap:
- Create a new
.rbfile in theFormula/directory - Follow the Homebrew formula conventions
- Test the formula locally with
brew install --build-from-source ./Formula/formula-name.rb - Commit and push your changes
This tap is licensed under the Apache License 2.0.