Metadata-Version: 2.1
Name: move
Version: 0.1.3
Summary: Moves revision-controlled files interactively in an editor.
Home-page: https://github.com/myint/move
Author: Steven Myint
License: Expat License
Keywords: move,files,interactive
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License

====
move
====

Interactively moves files under revision control using a text editor.

.. image:: https://raw.github.com/myint/move/master/screenshot1.png
   :alt: screenshot
   :align: center

.. image:: https://raw.github.com/myint/move/master/screenshot2.png
   :alt: screenshot
   :align: center

.. image:: https://raw.github.com/myint/move/master/screenshot3.png
   :alt: screenshot
   :align: center


Installation
============

*move* depends on *renameutils*.

Under MacPorts::

   $ sudo port install renameutils

Under Ubuntu::

   $ sudo apt-get install renameutils

To install *move*::

   $ pip install move


Features
========

*move* supports multiple revision control systems. It tries them in order:

- ``git mv``
- ``svn mv``
- ``hg mv``

If above commands all fail, it falls back to running plain ``mv``.


Links
=====

.. image:: https://travis-ci.org/myint/move.png?branch=master
   :target: https://travis-ci.org/myint/move
   :alt: Build status


