Grabs text from a URL and commits it.


License
MIT
Install
pip install curmit==1.0

Documentation

curmit

Build Status Coverage Status Scrutinizer Code Quality PyPI Version PyPI Downloads

Grabs text from a URL and commits it.

Some possible use cases:

  • collaborate on Markdown/LaTeX using Google Drive
  • incorporate and link to online code snippets
  • archive the history of a webpage

Requirements

  • Python 3.3+
  • Git

Installation

curmit can be installed with pip:

$ pip3 install curmit

or directly from the source code:

$ git clone https://github.com/jacebrowning/curmit.git
$ cd curmit
$ python3 setup.py install

Setup

  1. Create a new text file
  2. Add the following somewhere in the first few lines:

    curmit: <http://example.com>
    

    with your desired URL. An example using a Google Docs can be found here.

Usage

To update every flagged file with the current URL text, commit, and push:

$ curmit

That's it!