diff --git a/examples/cpp-bazel/README.md b/examples/cpp-bazel/README.md index 611b52fb..c1e85bf6 100644 --- a/examples/cpp-bazel/README.md +++ b/examples/cpp-bazel/README.md @@ -8,7 +8,6 @@ - [Bazel](https://bazel.build/) (previously installed and available from the command line) - A working build environment (Visual Studio, gcc or clang) for C++ 17 - ## Instructions ### 1 - Open a terminal @@ -43,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/cpp-cmake/README.md b/examples/cpp-cmake/README.md index a87b8098..c91b586d 100644 --- a/examples/cpp-cmake/README.md +++ b/examples/cpp-cmake/README.md @@ -51,6 +51,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/csharp-dotnet/README.md b/examples/csharp-dotnet/README.md index 5d5a8594..03ab016d 100644 --- a/examples/csharp-dotnet/README.md +++ b/examples/csharp-dotnet/README.md @@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/elixir-mix/README.md b/examples/elixir-mix/README.md index 35546f34..32ab8018 100644 --- a/examples/elixir-mix/README.md +++ b/examples/elixir-mix/README.md @@ -51,6 +51,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/go-bazel/README.md b/examples/go-bazel/README.md index 1be684ad..9ab419ca 100644 --- a/examples/go-bazel/README.md +++ b/examples/go-bazel/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/go-go-tools/README.md b/examples/go-go-tools/README.md index 5360cccd..48e75867 100644 --- a/examples/go-go-tools/README.md +++ b/examples/go-go-tools/README.md @@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/go-gotestsum/README.md b/examples/go-gotestsum/README.md index b171a86b..42ce2418 100644 --- a/examples/go-gotestsum/README.md +++ b/examples/go-gotestsum/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/go-make/README.md b/examples/go-make/README.md index 34b43131..0ca10e7a 100644 --- a/examples/go-make/README.md +++ b/examples/go-make/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/java-bazel/README.md b/examples/java-bazel/README.md index 985d2d36..65918af9 100644 --- a/examples/java-bazel/README.md +++ b/examples/java-bazel/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/java-gradle-wrapper/README.md b/examples/java-gradle-wrapper/README.md index c5ecfe9b..ae21880b 100644 --- a/examples/java-gradle-wrapper/README.md +++ b/examples/java-gradle-wrapper/README.md @@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/java-gradle/README.md b/examples/java-gradle/README.md index 65131066..fae2b1a8 100644 --- a/examples/java-gradle/README.md +++ b/examples/java-gradle/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/java-make/README.md b/examples/java-make/README.md index cda51930..f8c3adf2 100644 --- a/examples/java-make/README.md +++ b/examples/java-make/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/java-maven-wrapper/README.md b/examples/java-maven-wrapper/README.md index 5537bc8b..6b48476e 100644 --- a/examples/java-maven-wrapper/README.md +++ b/examples/java-maven-wrapper/README.md @@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/java-maven/README.md b/examples/java-maven/README.md index 496a71d4..1a518d22 100644 --- a/examples/java-maven/README.md +++ b/examples/java-maven/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/javascript-yarn/README.md b/examples/javascript-yarn/README.md index 1ad8f9c7..06dc0de4 100644 --- a/examples/javascript-yarn/README.md +++ b/examples/javascript-yarn/README.md @@ -47,6 +47,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/kotlin-gradle-wrapper/README.md b/examples/kotlin-gradle-wrapper/README.md index 94daa16b..b6cea322 100644 --- a/examples/kotlin-gradle-wrapper/README.md +++ b/examples/kotlin-gradle-wrapper/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/kotlin-gradle/README.md b/examples/kotlin-gradle/README.md index 170859f0..f95f79ff 100644 --- a/examples/kotlin-gradle/README.md +++ b/examples/kotlin-gradle/README.md @@ -43,6 +43,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/kotlin-make/README.md b/examples/kotlin-make/README.md index 2e7ad627..a698694c 100644 --- a/examples/kotlin-make/README.md +++ b/examples/kotlin-make/README.md @@ -44,6 +44,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/kotlin-maven-wrapper/README.md b/examples/kotlin-maven-wrapper/README.md index cc0c4cfc..8c4ef19b 100644 --- a/examples/kotlin-maven-wrapper/README.md +++ b/examples/kotlin-maven-wrapper/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/kotlin-maven/README.md b/examples/kotlin-maven/README.md index beb4408e..4a6c5f78 100644 --- a/examples/kotlin-maven/README.md +++ b/examples/kotlin-maven/README.md @@ -43,6 +43,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/php-phpunit/README.md b/examples/php-phpunit/README.md index 1a5447a5..0be81f6f 100644 --- a/examples/php-phpunit/README.md +++ b/examples/php-phpunit/README.md @@ -51,6 +51,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/python-bazel/README.md b/examples/python-bazel/README.md index 1600142c..34abb9b2 100644 --- a/examples/python-bazel/README.md +++ b/examples/python-bazel/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/python-pytest/README.md b/examples/python-pytest/README.md index 102c7a89..44484a63 100644 --- a/examples/python-pytest/README.md +++ b/examples/python-pytest/README.md @@ -59,6 +59,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/rust-cargo/README.md b/examples/rust-cargo/README.md index 52497c59..5eadfbf2 100644 --- a/examples/rust-cargo/README.md +++ b/examples/rust-cargo/README.md @@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/rust-nextest/README.md b/examples/rust-nextest/README.md index 10a1629c..11d0c47e 100644 --- a/examples/rust-nextest/README.md +++ b/examples/rust-nextest/README.md @@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options | diff --git a/examples/typescript-yarn/README.md b/examples/typescript-yarn/README.md index f9aed295..71266e0d 100644 --- a/examples/typescript-yarn/README.md +++ b/examples/typescript-yarn/README.md @@ -47,6 +47,7 @@ Here are the main shortcuts available once TCR utility is running: | `p` / `P` | Toggle on/off git auto-push | | `l` / `L` | Pull from remote | | `s` / `S` | Push to remote | +| `a` / `A` | Abort current command (when in driver role) | | `q` / `Q` | Quit current role / Quit TCR | | `?` | List available options |