move

Moves revision-controlled files interactively in an editor.


Keywords
move, files, interactive
License
Saxpath
Install
pip install move==0.1.3

Documentation

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