Skip to content

Commit f0d7aa0

Browse files
committed
[#694] Add 'a' shortcut description in examples' readme.md
1 parent 8317be9 commit f0d7aa0

File tree

26 files changed

+26
-1
lines changed

26 files changed

+26
-1
lines changed

examples/cpp-bazel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- [Bazel](https://bazel.build/) (previously installed and available from the command line)
99
- A working build environment (Visual Studio, gcc or clang) for C++ 17
1010

11-
1211
## Instructions
1312

1413
### 1 - Open a terminal
@@ -43,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4342
| `p` / `P` | Toggle on/off git auto-push |
4443
| `l` / `L` | Pull from remote |
4544
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4646
| `q` / `Q` | Quit current role / Quit TCR |
4747
| `?` | List available options |
4848

examples/cpp-cmake/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Here are the main shortcuts available once TCR utility is running:
5151
| `p` / `P` | Toggle on/off git auto-push |
5252
| `l` / `L` | Pull from remote |
5353
| `s` / `S` | Push to remote |
54+
| `a` / `A` | Abort current command (when in driver role) |
5455
| `q` / `Q` | Quit current role / Quit TCR |
5556
| `?` | List available options |
5657

examples/csharp-dotnet/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running:
4141
| `p` / `P` | Toggle on/off git auto-push |
4242
| `l` / `L` | Pull from remote |
4343
| `s` / `S` | Push to remote |
44+
| `a` / `A` | Abort current command (when in driver role) |
4445
| `q` / `Q` | Quit current role / Quit TCR |
4546
| `?` | List available options |
4647

examples/elixir-mix/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Here are the main shortcuts available once TCR utility is running:
5151
| `p` / `P` | Toggle on/off git auto-push |
5252
| `l` / `L` | Pull from remote |
5353
| `s` / `S` | Push to remote |
54+
| `a` / `A` | Abort current command (when in driver role) |
5455
| `q` / `Q` | Quit current role / Quit TCR |
5556
| `?` | List available options |
5657

examples/go-bazel/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/go-go-tools/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running:
4141
| `p` / `P` | Toggle on/off git auto-push |
4242
| `l` / `L` | Pull from remote |
4343
| `s` / `S` | Push to remote |
44+
| `a` / `A` | Abort current command (when in driver role) |
4445
| `q` / `Q` | Quit current role / Quit TCR |
4546
| `?` | List available options |
4647

examples/go-gotestsum/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/go-make/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/java-bazel/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/java-gradle-wrapper/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running:
4141
| `p` / `P` | Toggle on/off git auto-push |
4242
| `l` / `L` | Pull from remote |
4343
| `s` / `S` | Push to remote |
44+
| `a` / `A` | Abort current command (when in driver role) |
4445
| `q` / `Q` | Quit current role / Quit TCR |
4546
| `?` | List available options |
4647

examples/java-gradle/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/java-make/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/java-maven-wrapper/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running:
4141
| `p` / `P` | Toggle on/off git auto-push |
4242
| `l` / `L` | Pull from remote |
4343
| `s` / `S` | Push to remote |
44+
| `a` / `A` | Abort current command (when in driver role) |
4445
| `q` / `Q` | Quit current role / Quit TCR |
4546
| `?` | List available options |
4647

examples/java-maven/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/javascript-yarn/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Here are the main shortcuts available once TCR utility is running:
4747
| `p` / `P` | Toggle on/off git auto-push |
4848
| `l` / `L` | Pull from remote |
4949
| `s` / `S` | Push to remote |
50+
| `a` / `A` | Abort current command (when in driver role) |
5051
| `q` / `Q` | Quit current role / Quit TCR |
5152
| `?` | List available options |
5253

examples/kotlin-gradle-wrapper/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/kotlin-gradle/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Here are the main shortcuts available once TCR utility is running:
4343
| `p` / `P` | Toggle on/off git auto-push |
4444
| `l` / `L` | Pull from remote |
4545
| `s` / `S` | Push to remote |
46+
| `a` / `A` | Abort current command (when in driver role) |
4647
| `q` / `Q` | Quit current role / Quit TCR |
4748
| `?` | List available options |
4849

examples/kotlin-make/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Here are the main shortcuts available once TCR utility is running:
4444
| `p` / `P` | Toggle on/off git auto-push |
4545
| `l` / `L` | Pull from remote |
4646
| `s` / `S` | Push to remote |
47+
| `a` / `A` | Abort current command (when in driver role) |
4748
| `q` / `Q` | Quit current role / Quit TCR |
4849
| `?` | List available options |
4950

examples/kotlin-maven-wrapper/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/kotlin-maven/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Here are the main shortcuts available once TCR utility is running:
4343
| `p` / `P` | Toggle on/off git auto-push |
4444
| `l` / `L` | Pull from remote |
4545
| `s` / `S` | Push to remote |
46+
| `a` / `A` | Abort current command (when in driver role) |
4647
| `q` / `Q` | Quit current role / Quit TCR |
4748
| `?` | List available options |
4849

examples/php-phpunit/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Here are the main shortcuts available once TCR utility is running:
5151
| `p` / `P` | Toggle on/off git auto-push |
5252
| `l` / `L` | Pull from remote |
5353
| `s` / `S` | Push to remote |
54+
| `a` / `A` | Abort current command (when in driver role) |
5455
| `q` / `Q` | Quit current role / Quit TCR |
5556
| `?` | List available options |
5657

examples/python-bazel/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/python-pytest/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Here are the main shortcuts available once TCR utility is running:
5959
| `p` / `P` | Toggle on/off git auto-push |
6060
| `l` / `L` | Pull from remote |
6161
| `s` / `S` | Push to remote |
62+
| `a` / `A` | Abort current command (when in driver role) |
6263
| `q` / `Q` | Quit current role / Quit TCR |
6364
| `?` | List available options |
6465

examples/rust-cargo/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here are the main shortcuts available once TCR utility is running:
4141
| `p` / `P` | Toggle on/off git auto-push |
4242
| `l` / `L` | Pull from remote |
4343
| `s` / `S` | Push to remote |
44+
| `a` / `A` | Abort current command (when in driver role) |
4445
| `q` / `Q` | Quit current role / Quit TCR |
4546
| `?` | List available options |
4647

examples/rust-nextest/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here are the main shortcuts available once TCR utility is running:
4242
| `p` / `P` | Toggle on/off git auto-push |
4343
| `l` / `L` | Pull from remote |
4444
| `s` / `S` | Push to remote |
45+
| `a` / `A` | Abort current command (when in driver role) |
4546
| `q` / `Q` | Quit current role / Quit TCR |
4647
| `?` | List available options |
4748

examples/typescript-yarn/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Here are the main shortcuts available once TCR utility is running:
4747
| `p` / `P` | Toggle on/off git auto-push |
4848
| `l` / `L` | Pull from remote |
4949
| `s` / `S` | Push to remote |
50+
| `a` / `A` | Abort current command (when in driver role) |
5051
| `q` / `Q` | Quit current role / Quit TCR |
5152
| `?` | List available options |
5253

0 commit comments

Comments
 (0)