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/nushellExtensions 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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.nu | linguist | primary | 24.7K files |
Related languages
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
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.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.nu/0 | .nu | predicates | [{"kind": "any", "regexes": ["^\\s*(import|export|module|def|let|let-env) "]}] |