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.
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-cli /usr/local/bin/codeedit-cliNote that you must have
CodeEditinstalled in aReleaseconfiguration. ADebugbuild ofCodeEditwill not work.
Opens CodeEdit.
codeedit-cli ./my-projectcodeedit-cli index.htmlFrom an optional line
codeedit-cli index.html:50From an optional line and column
codeedit-cli index.html:50:50Outputs the version of CodeEdit and CodeEdit CLI Tools.
codeedit-cli versionOpens a new window.
codeedit-cli new-windowOpens 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.
