shell-cell 0.1.0

Shell-Cell. CLI app to spawn and manage containerized shell environments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
    "version": "0.2",
    "enabled": true,
    "language": "en,en-US",
    "useGitignore": true,
    "dictionaries": ["html", "css"],
    "files": [
        "docs/**",
        "**.md"
    ],
    "words": [
        "Pozhylenkov",
        "clippy",
        "leshiy",
        "scell",
    ]
}