SkillAgentSearch skills...

CodeEditCLI

A command-line-interface to open files/folders in CodeEdit.app

Install / Use

/learn @CodeEditApp/CodeEditCLI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="https://github.com/CodeEditApp/CodeEditCLI/blob/main/.github/CodeEditCLI-Icon-128@2x.png?raw=true" height="128"> <h1 align="center">CodeEdit CLI</h1> </p> <p align="center"> <a aria-label="Follow CodeEdit on Twitter" href="https://twitter.com/CodeEditApp" target="_blank"> <img alt="" src="https://img.shields.io/badge/Follow%20@CodeEditApp-black.svg?style=for-the-badge&logo=Twitter"> </a> <a aria-label="Join the community on Discord" href="https://discord.gg/vChUXVf9Em" target="_blank"> <img alt="" src="https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge&logo=Discord"> </a> </p>

codeedit is a set of command line tools that ship with CodeEdit which allow users to open and interact with editor via the command line.

Installation

Homebrew (Recommended)

brew install codeeditapp/formulae/codeedit-cli

# or 

brew tap codeeditapp/formulae
brew install codeedit-cli

Download

Download the universal binary from the latest release, extract the zip and move it to /usr/local/bin/.

Build locally

swift build -c release --arch arm64 --arch x86_64
sudo cp -f .build/apple/Products/Release/codeedit /usr/local/bin/codeedit

Note that you must have CodeEdit installed in a Release configuration. A Debug build of CodeEdit will not work.

Documentation

open

Opens CodeEdit.

Folder

codeedit ./my-project

File

codeedit index.html

From an optional line

codeedit index.html:50

From an optional line and column

codeedit index.html:50:50

version

Outputs the version of CodeEdit and CodeEdit CLI Tools.

codeedit version

new-window (not available yet)

Opens a new window.

codeedit new-window

--goto (not available yet)

Opens a file at a line and optional position.

Documentation coming soon.

list-extensions (not available yet)

Documentation coming soon.

install (not available yet)

Install an extension.

Documentation coming soon.

uninstall (not available yet)

Uninstall an extension.

Documentation coming soon.

activate (not available yet)

Activate an extension.

Documentation coming soon.

deactivate (not available yet)

Deactivate an extension.

Documentation coming soon.

Related Repositories

<table> <tr> <td align="center"> <a href="https://github.com/CodeEditApp/CodeEdit"> <img src="https://github.com/CodeEditApp/CodeEdit/blob/main/.github/CodeEdit-Icon-128@2x.png?raw=true" width="128" height="128"> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CodeEdit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> </a> </td> <td align="center"> <a href="https://github.com/CodeEditApp/CodeEditSourceEditor"> <img src="https://github.com/CodeEditApp/CodeEditSourceEditor/blob/main/.github/CodeEditSourceEditor-Icon-128@2x.png?raw=true" width="128" height="128"> <p>CodeEditSourceEditor</p> </a> </td> <td align="center"> <a href="https://github.com/CodeEditApp/CodeEditTextView"> <img src="https://github.com/CodeEditApp/CodeEditTextView/blob/main/.github/CodeEditTextView-Icon-128@2x.png?raw=true" width="128" height="128"> <p>CodeEditTextView</p> </a> </td> <td align="center"> <a href="https://github.com/CodeEditApp/CodeEditLanguages"> <img src="https://github.com/CodeEditApp/CodeEditLanguages/blob/main/.github/CodeEditLanguages-Icon-128@2x.png?raw=true" height="128"> <p>CodeEditLanguages</p> </a> </td> <td align="center"> <a href="https://github.com/CodeEditApp/CodeEditKit"> <img src="https://github.com/CodeEditApp/CodeEditKit/blob/main/.github/CodeEditKit-Icon-128@2x.png?raw=true" width="128" height="128"> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CodeEditKit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> </a> </td> </tr> </table>
View on GitHub
GitHub Stars81
CategoryDevelopment
Updated2d ago
Forks18

Languages

Swift

Security Score

80/100

Audited on Mar 30, 2026

No findings