You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shrijith Venkatramana edited this page Feb 5, 2026
·
9 revisions
The LiveReview CLI is called lrc. It is usually installed in /usr/local/bin/lrc.
lrc can also be invoked as a git subcommand like git lrc. Usually this is the recommended way to trigger lrc (via git).
lrc provides powerful global hook management for all your git repositories.
Insallation
Goto Settings
Goto API Keys
Create New Key
Enter a friendly label
Create Key
You'll get instructions for installing the tool like so:
You can copy/paste the command and get it installed. Notice that it'll configure global hooks automatically for all repos by default (don't worry - you can disable hooks on individual projects if you wish):
Now - goto a git repo, and make a change:
Now try:
git add .
git commit
This will automatically trigger the pre-commit hook:
You can see the review in http://localhost:8000 and it has clearly found the accidental addition we did above:
We can Commit, or Commit & Push or Skip the review right from the webui. Since this is an accidental change, we can skip the change.
If you want to disable lrc hooks for a given repo - just do git lrc hooks disable. You can find all the hook options below: