duhemm / sbt-redo   0.3.0

MIT License GitHub

sbt plugin to re-run the last command.

Scala versions: 2.12
sbt plugins: 1.0

sbt-redo

A very simple plugin that adds a new command to your build, r.

This command can be used to re-run the line that was typed, instead of using the up arrow key which is too far and too small.

It works by hijacking the sbt shell and replacing it by one that will remember what was the last typed command, so that it can be re-run if you simply enter r.

Installation

Stable

Simply add the following to your sbt configuration:

addSbtPlugin("org.duhemm" % "sbt-redo" % "0.3.0")

Development

Clone and build the plugin:

$ git clone [email protected]:Duhemm/sbt-redo.git
$ sbt publishLocal

Add the following to your sbt configuration:

addSbtPlugin("org.duhemm" % "sbt-redo" % "0.4.0-SNAPSHOT")