Skip to content

Files

python-bazel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 25, 2023
May 25, 2023
Oct 11, 2024
Apr 29, 2024
Oct 11, 2024
Apr 29, 2024
Aug 7, 2024
Jul 17, 2024
Apr 29, 2024
May 25, 2023
Dec 2, 2024
May 25, 2023

Using TCR with Python and Bazel

Prerequisites

  • macOS, Linux or Windows
  • git client
  • curl command line utility
  • python
  • Bazel (previously installed and available from the command line)

Instructions

1 - Open a terminal

Note to Windows users

Use a git bash terminal for running the commands below. Windows CMD and PowerShell are not supported

2 - Launch TCR

Reminder: the command below should be run from examples/python-bazel directory

From the built-in terminal:

./tcrw

Cheat Sheet

Here are the main shortcuts available once TCR utility is running:

Shortcut Description
o / O Open in browser (with web subcommand only)
d / D Enter driver role
n / N Enter navigator role
t / T Query timer status
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

Additional Details

Refer to tcr.md page for additional details and explanations about TCR available subcommands and options