CodeEditApp / CodeEditApp/CodeEditCLI
✨ Flag to reuse the last active window
Abierto
enhancement
- Lenguaje dominante
- Swift
- Estrellas
- 81
- Forks
- 19
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Proposed Addition
| Argument | Description |
| :- | :- |
|`-r` or `--reuse-window` | Use the last active window. |
## Description
When opening a file, tell CodeEdit to open the file in the last active window instead of opening the file in a new window (default behavior).
## Examples
```
codeedit Example.swift:43:10 --reuse-window
```
```
codeedit Example.swift:43:10 -r
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.