codemaster
is a set of command line tools that ship with CodeMaster which allow users to open and interact with editor via the command line.
Package is coming later
Download the universal binary from the latest release, extract the zip and move it to /usr/local/bin/
.
Opens CodeMaster.
codemaster ./my-project
codemaster index.html
From an optional line
codemaster index.html:50
From an optional line and column
codemaster index.html:50:50
Outputs the version of CodeEdit and CodeEdit CLI Tools.
codemaster version
codemaster --v
Opens a new window.
codemaster 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.
List all cmds.
Documentation coming soon.
Create a new file
codemaster new -f filename.extension