mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Updated Custom Commands Compendium (markdown)
parent
633a45269a
commit
f942b89876
1 changed files with 7 additions and 1 deletions
|
@ -175,11 +175,13 @@ customCommands:
|
|||
initialValue: ''
|
||||
- type: 'input'
|
||||
title: 'Email Address'
|
||||
subprocess: yes
|
||||
|
||||
initialValue: ''
|
||||
subprocess: true
|
||||
```
|
||||
|
||||
## "Blame" and "Browse files at revision" via [tig](https://jonas.github.io/tig/)
|
||||
## Blame via [tig](https://jonas.github.io/tig/)
|
||||
```yml
|
||||
customCommands:
|
||||
- key: b
|
||||
|
@ -197,6 +199,10 @@ customCommands:
|
|||
context: commitFiles
|
||||
description: blame file at tree
|
||||
subprocess: yes
|
||||
```
|
||||
## Browse files at revision via [tig](https://jonas.github.io/tig/)
|
||||
```yml
|
||||
customCommands:
|
||||
- key: t
|
||||
command: tig show {{.SelectedSubCommit.Sha}}
|
||||
context: subCommits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue