feat(config): add command to edit config files with preferred editor
This commit is contained in:
12
README.md
12
README.md
@@ -144,6 +144,18 @@ Show configuration file search paths:
|
||||
yarr config paths
|
||||
```
|
||||
|
||||
Edit configuration file with your preferred editor:
|
||||
|
||||
```bash
|
||||
yarr config edit
|
||||
```
|
||||
|
||||
Edit specific config file:
|
||||
|
||||
```bash
|
||||
yarr config edit --path /path/to/config.toml
|
||||
```
|
||||
|
||||
### Shell Completions
|
||||
|
||||
Generate shell completions:
|
||||
|
||||
Reference in New Issue
Block a user