nushell - cool shell

17 views
Skip to first unread message

alex;

unread,
Sep 2, 2025, 7:33:24 PM (3 days ago) Sep 2
to xbasians.org
I tried to install with 
winget install nushell --location c:\tools\

But it installer not support location.
And it installed in 
C:\Users\User\AppData\Local\Programs\nu\bin\nu.exe

It work with Carapace tool.
It support work with sqlite.

open mydata.sqlite users | where age > 30 | sort-by name

and other features

CHCP 65001
def netstat-table [] {
    netstat -ano
    | decode cp866
    | lines
    | skip 4
    | split column " " --collapse-empty Proto Local Foreign State PID
}

netstat-table | where State == "LISTENING"

seems like PowerShell

But pipelines is not strings how in POSIX-shell, is objects.

WBR, alex;

alex;

unread,
Sep 2, 2025, 7:46:31 PM (3 days ago) Sep 2
to xbasians.org
https://www.nushell.sh/

среда, 3 сентября 2025 г. в 02:33:24 UTC+3, alex;:

alex;

unread,
Sep 2, 2025, 7:48:08 PM (3 days ago) Sep 2
to xbasians.org
Oh, need
# Install to user scope (by default). winget install nushell # Machine scope installation (Run as admin). winget install nushell --scope machine

alex;

unread,
Sep 2, 2025, 7:56:03 PM (3 days ago) Sep 2
to xbasians.org
no, intalled into "c:\Program Files\nu\bin\nu.exe"

))

среда, 3 сентября 2025 г. в 02:48:08 UTC+3, alex;:

alex;

unread,
Sep 2, 2025, 8:09:36 PM (3 days ago) Sep 2
to xbasians.org
https://github.com/nushell/awesome-nu

среда, 3 сентября 2025 г. в 02:56:03 UTC+3, alex;:

alex;

unread,
Sep 4, 2025, 6:26:22 AM (yesterday) Sep 4
to xbasians.org
it seems in development. may to contrb...
https://github.com/nushell/integrations/blob/main/tests/winget-install.nu

среда, 3 сентября 2025 г. в 03:09:36 UTC+3, alex;:
Reply all
Reply to author
Forward
0 new messages