Skip to main content

Questions tagged [nushell]

For questions regarding Nushell (a.k.a. "nu"), a shell available for Linux and Unix operating systems.

0 votes
1 answer
64 views

Explanation It was easy to implement a translation system in Bash and Zsh. Now, it is particularly challenging to implement a translation system in Nushell because Nushell is different from Bash and ...
Oo'-'s user avatar
  • 255
2 votes
1 answer
581 views

The official docs of nushell claim that one is able to list available aliases via: $nu.scope.aliases However this does not work on my Arch Linux machine: /home/rne〉pacman -Q nushell ...
Richard Neumann's user avatar
2 votes
0 answers
528 views

I have two nu files in the same directory. printer.nu #!/bin/nu module printer { export def print [] { echo '>>>>>>>>>>>>>>>>>>>>...
s1n7ax's user avatar
  • 437
2 votes
1 answer
803 views

I have hello command exported from the module greet. I have also defined the main command which use the hello command. The rest parameters should be passed to hello from main. I'm expecting hello ...
s1n7ax's user avatar
  • 437
0 votes
2 answers
229 views

What is the nushell equivalent to following bash. if [[ -d $LOCATION ]]; then elif [[ -f $LOCATION ]]; then fi
s1n7ax's user avatar
  • 437
4 votes
3 answers
3k views

Disambiguation note: I originally titled this "Nushell: Convert list to table" (and some search engines have this as the first result for those words), however this Stack Overflow question ...
NotTheDr01ds's user avatar
  • 4,022