CodeEditApp / CodeEditApp/CodeEdit

✨ Open a file to a line number

Open
#2,155 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Swift
Stars
23k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.