/CodeMasterCLI

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

Primary LanguageSwiftMIT LicenseMIT

logo

CodeMaster CLI

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.

Installation

Homebrew (Recommended)

Package is coming later

Download

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

Documentation

open

Opens CodeMaster.

Folder

codemaster ./my-project

File

codemaster index.html

From an optional line

codemaster index.html:50

From an optional line and column

codemaster index.html:50:50

version

Outputs the version of CodeEdit and CodeEdit CLI Tools.

codemaster version
codemaster --v

new-window (not available yet)

Opens a new window.

codemaster 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.

codemaster -help (not available yet)

List all cmds.

Documentation coming soon.

new (not available yet)

Create a new file

codemaster new -f filename.extension

Related Repositories