markdown-to-google-doc
Converts a markdown file to .docx
and then imports it to Google Drive
Dependencies
Requires pandoc and gdrive cli.
Usage
md2gd import <file>
md2gd export <docid>
Installation
- Clone this repository
- Create a configuration file using:
echo MD2GD_DIR=$(pwd) > ~/.md2gdrc
- Either add the repository's directory to your $PATH or symlink it to a directory that's
already exposed on the path, ie.
ln -s ./md2gd ~/bin/md2gd