Skip to content
/ move Public

Moves revision-controlled files interactively in an editor

Notifications You must be signed in to change notification settings

myint/move

Repository files navigation

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