Class: BashBeautify

Defined in: src/beautifiers/beautysh.coffee
Inherits: Beautifier

Variables Summary

name =
"beautysh"
"https://github.com/bemeurer/beautysh"
executables =
[
  {
    name: "beautysh",
    cmd: "beautysh",
    homepage: "https://github.com/bemeurer/beautysh",
    installation: "https://github.com/bemeurer/beautysh#installation",
    version: {

      /*
      Does not display version
       */
      args: ['--help'],
      parse: function(text) {
        return text.indexOf("usage: beautysh") !== -1 && "0.0.0";
      }
    },
    docker: {
      image: "unibeautify/beautysh"
    }
  }
]
options =
{
  Bash: {
    indent_size: true,
    indent_with_tabs: true
  }
}

Variable inherited from Beautifier

Promise name options executables _exe languages beautify logger

Instance Method Summary

Inherited Method Summary

Methods inherited from Beautifier

#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger

Instance Method Details

# (void) beautify(text, language, options)

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: