ExpressCommands

Stable Dev Build Status Build Status Build Status pipeline status Coverage GitHub license

Installation

ExpressCommands is a   Julia Language   package. To install ExpressCommands, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command

For stable release

pkg> add ExpressCommands

For current master

pkg> add ExpressCommands#master

Command Line Interface

Add ~/.julia/bin to your PATH to enable command line interface. Or run ExpressCommands.comonicon_install_path() to install everything automatically.

Sometimes, you won't trigger the package build of Julia. You can install the command line interface manually via ExpressCommands.comonicon_install().

Completions

If you are using ZSH, you can enable the auto-completion by ExpressCommands.comonicon_install_path(). Or add the FPATH to your .zshrc

export FPATH="$HOME/.julia/completions:$FPATH"

if you do not have oh-my-zsh installed, you need to add

autoload -Uz compinit && compinit

to your .zshrc as well.