A shell command composer. Allows commands from your shell history to be composed and replayed in the order of your choosing.
Download the latest release.
mkdir replay
tar -xvzf <replay-archive-name> -C ./replay/
cp ./replay/replay ~/.local/bin/go install github.com/jedrw/replay/cmd/replay@latestgit clone https://github.com/jedrw/replay.git
cd ./replay/cmd/replay
go build replay.goBy default commands are run in the order they appear in the history. Commands can be given a specific order to run in using F[1-9] keys. Any commands with a specified order will be run before commands without, regardless of the number.
Any non-control keys (control keys are listed in the footer) will be passed to the search pane. Search is a simple linear search with no glob or regex support.
Replay stores the last 5 replays you composed, access the history using Ctrl+h.
Run the replay as shown in the preview pane using Alt+Enter on linux or Ctrl+r on mac.