myint / move

Moves revision-controlled files interactively in an editor

Home Page:https://pypi.python.org/pypi/move

Repository from Github https://github.commyint/moveRepository from Github https://github.commyint/move

move

Interactively moves files under revision control using a text editor.

screenshot

screenshot

screenshot

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

Build status

About

Moves revision-controlled files interactively in an editor

https://pypi.python.org/pypi/move


Languages

Language:Python 83.1%Language:Makefile 13.5%Language:Shell 3.4%