Giter Site home page Giter Site logo

codeeditcli's Introduction

CodeEdit CLI

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

        CodeEdit        

CodeEditSourceEditor

CodeEditTextView

CodeEditLanguages

     CodeEditKit     

codeeditcli's People

Contributors

lukepistrol avatar austincondiff avatar bombardier200 avatar activcoding avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.