@cspell/dict-bash

4.1.3 • Public • Published

CSpell bash Dictionary

Bash dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

Tool Version
cspell >= 6
Code Spell Checker - Visual Studio Code >= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-bash
cspell link add @cspell/dict-bash

Uninstall from cspell

cspell link remove @cspell/dict-bash

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-bash/cspell-ext.json"],
    // …
}

License

MIT

Some packages may have other licenses included.

/@cspell/dict-bash/

    Package Sidebar

    Install

    npm i @cspell/dict-bash

    Weekly Downloads

    376,457

    Version

    4.1.3

    License

    MIT

    Unpacked Size

    5.51 kB

    Total Files

    6

    Last publish

    Collaborators

    • jason-dent