CodeEditApp / CodeEditApp/CodeEdit
✨ Open a file to a line number
Aberta
enhancement
- Linguagem predominante
- Swift
- Estrelas
- 23k
- Forks
- 1.2k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### Description
I can open a file in the CodeEdit from the command line:
```
$ open -a CodeEdit file.txt
```
But I would like a way to open it to a file number, some editors do things like (e.g., to open to line 10):
```
$ open -a CodeEdit file.txt:10
```
### Alternatives Considered
_No response_
### Additional Context
_No response_
### Screenshots
_No response_
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.