mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Add tuicr commands
parent
add2433736
commit
584635394f
|
|
@ -555,4 +555,25 @@ customCommands:
|
|||
- key: message
|
||||
title: 'Enter the commit title: '
|
||||
type: input
|
||||
```
|
||||
|
||||
## Code review in terminal via [tuicr](https://github.com/agavra/tuicr)
|
||||
|
||||
```yaml
|
||||
customCommands:
|
||||
- key: 'R'
|
||||
command: 'tuicr -w'
|
||||
context: files
|
||||
description: review uncommitted changes in tuicr
|
||||
output: terminal
|
||||
- key: 'R'
|
||||
command: 'tuicr -r {{.SelectedCommitRange.From}}^..{{.SelectedCommitRange.To}}'
|
||||
context: commits
|
||||
description: review selected commits in tuicr
|
||||
output: terminal
|
||||
- key: 'R'
|
||||
command: 'tuicr -r {{.SelectedCommitRange.From}}^..{{.SelectedCommitRange.To}}'
|
||||
context: subCommits
|
||||
description: review selected commits in tuicr
|
||||
output: terminal
|
||||
```
|
||||
Loading…
Reference in a new issue