doomemacs/modules/lang/sh
2019-04-23 19:44:02 +02:00
..
autoload.el Standardize REPL commands & improve SPC o r 2019-02-18 01:59:56 -05:00
config.el Standardize REPL commands & improve SPC o r 2019-02-18 01:59:56 -05:00
doctor.el add doctor for shell and update readme 2019-04-23 19:28:41 +02:00
packages.el Moved lang/fish into lang/sh +fish 2018-07-18 15:56:55 -04:00
README.org Merge branch 'develop' into add_shellcheck 2019-04-23 19:44:02 +02:00

:lang sh

This module adds support for shell scripting languages.

  • Code completion (company-shell)
  • Syntax Checking (flycheck)
  • Added command substitution and variable interpolation fontification
  • REPL support

Table of Contents   TOC

Install

Dependencies

This module has one soft dependency:

  • shellcheck Enables shell script linting.

Appendix

Commands

command key / ex command description
+sh/open-repl :repl Open a terminal (or send the current selection to it)