Nushell

1 program Added 2025-10-22T14:21:15Z Model: anthropic/claude-3.5-sonnetTemp: 0.4 Evidence Report issue View issues
Aliases: nu, nush
Provenance: commit fdc342779a · authored 2025-10-22T16:21:15+02:00 · model anthropic/claude-3.5-sonnet

Sources mentioning this language

3 sources · pl_id: pl/nushell
LLM (this repo) · 1PldbLinguist

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.nulinguistprimary24.7K files

Related languages

C Shell (0.30)BeanShell (0.27)KornShell (0.27)Ksh (0.26)Zsh (0.24)

LLM-contributed programs

Docker Container Status Monitor

Provenance: commit fdc342779a · authored 2025-10-22T16:21:15+02:00 · model anthropic/claude-3.5-sonnet · Temp 0.4
code.nu · license: MIT · added: 2025-10-22T14:21:15Z
def monitor_containers [] {
    loop {
        clear
        print $'(ansi green)Docker Container Status Monitor(ansi reset)'
        docker ps | from ssv -a | sort-by 'CONTAINER ID'
        sleep 2sec
    }
}

def docker-stats [] {
    docker stats --no-stream | from ssv | sort-by 'Container ID' | update Memory {
        get Memory | str replace '.+?/(.+)' '$1'
    } | move Memory --after 'Container ID'
}

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Disambiguation rules

Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
RuleExtKindPredicates (truncated)
h/linguist/.nu/0.nupredicates[{"kind": "any", "regexes": ["^\\s*(import|export|module|def|let|let-env) "]}]

Contribute — propose a file extension

Tell us where to find evidence about Nushell (mapped to pl/nushell). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Nushell/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Nuprl NuSMV →