Coder Social home page Coder Social logo

unixorn / zsh-edward Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthieusb/zsh-edward

0.0 2.0 0.0 20 KB

zsh plugin to provide completions and aliases for the edward (micro-service/command launcher) CLI tool

Home Page: https://github.com/yext/edward

License: Apache License 2.0

Shell 100.00%

zsh-edward's Introduction

Edward Zsh plugin

This edward plugin aims at making edward usage easier with completion scripts and aliases

zsh-edward usage gif

Installation

zsh-edward is not bundled with ZSH, so you need to install it.

This plugin can be installed by adding antigen bundle matthieusb/zsh-edward to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running ZSH session with antigen bundle matthieusb/zsh-edward for testing before adding it to your .zshrc.

This plugin can be installed by adding zgen load matthieusb/zsh-edward to your .zshrc file in the same function you're doing your other zgen load calls in. Zgen will automatically clone the repositories for you when you do a zgen save.

Go to your oh-my-zsh folder and then in custom/plugins and clone this repository:

git clone https://github.com/matthieusb/zsh-edward.git

And then, add to to your .zshrc plugin list like this:

plugins=(... zsh-edward)

Dependencies

  • awk
  • sed
  • egrep
  • grep

Usage

This plugin solely contains completion scripts and aliases

Usage help

Edward can be used as usual:

Usage:
  edward [command]

Available Commands:
  generate    Automatically generate Edward config for a source tree
  help        Help about any command
  list        List available services and groups
  restart     Rebuild and relaunch a service or a group
  start       Build and launch a service or a group
  status      Display service status
  stop        Stop a service or a group
  tail        Tail the log for a service
  tiplog      View the tip (last 5 lines) of multiple, or all services
  version     Displays the currently installed version of Edward

Flags:
  -b, --backend stringSlice   Choose a specific backend for a service or group, of the form '<service>:<backend name>'
  -c, --config PATH           Use service configuration file at PATH
  -h, --help                  help for edward

Use "edward [command] --help" for more information about a command.

Some aliases are available through this plugin:

Alias Command
edgen edward generate
edh edward help
edlist edward list
edrestart edward restart
edstart edward start
edstatus edward status
edstop edward stop
edtail edward tail
edtiplog edward tiplog
edv edward version

zsh-edward's People

Watchers

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