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.
brew install codeeditapp/formulae/codeedit-cli
# or
brew tap codeeditapp/formulae
brew install codeedit-cli
Download the universal binary from the latest release, extract the zip and move it to /usr/local/bin/
.
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 aRelease
configuration. ADebug
build ofCodeEdit
will not work.
Opens CodeEdit.
codeedit ./my-project
codeedit index.html
From an optional line
codeedit index.html:50
From an optional line and column
codeedit index.html:50:50
Outputs the version of CodeEdit and CodeEdit CLI Tools.
codeedit version
Opens a new window.
codeedit new-window
Opens a file at a line and optional position.
Documentation coming soon.
Documentation coming soon.
Install an extension.
Documentation coming soon.
Uninstall an extension.
Documentation coming soon.
Activate an extension.
Documentation coming soon.
Deactivate an extension.
Documentation coming soon.
CodeEdit |
CodeEditSourceEditor |
CodeEditTextView |
CodeEditLanguages |
CodeEditKit |