Skip to content

Commit

Permalink
[#694] Add 'a' shortcut description in examples' readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Jul 17, 2024
1 parent dd2e57a commit a766530
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp-bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/cpp-cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/csharp-dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/elixir-mix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/go-bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/go-go-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/go-gotestsum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/go-make/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/java-bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/java-gradle-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/java-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/java-make/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/java-maven-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/java-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/javascript-yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/kotlin-gradle-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/kotlin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/kotlin-make/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/kotlin-maven-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/kotlin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/php-phpunit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/python-bazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/python-pytest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/rust-cargo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/rust-nextest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions examples/typescript-yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit a766530

Please sign in to comment.