nsh icon indicating copy to clipboard operation
nsh copied to clipboard

A command-line shell like fish, but POSIX compatible.

Results 21 nsh issues
Sort by recently updated
recently updated
newest added

Hi. After reading `docs/completion.md` it isn't clear to me whether that also includes auto suggestions based on `.nsh_history`. As far as I can tell, such auto suggestions would in essence...

I'm in the habit of inserting the EOT special character with ctrl+d to quit command-line programs. If I do that in nsh, I get the follwoing error: ``` nsh: panicked...

Vim mode/binding would be aweosome

In ZSH (and I believe other shells as well) something like the following is possible (example): ```sh alias ls="exa" alias l="ls -la" ``` which will both execute `exa` since the...

bug

Nsh already checks if aliases exist and highlights them with a green color accordingly. The same thing doesn't work for functions though. ```sh alias l="ls -la" ``` works, while ```sh...

IIRC, this shell is implemented as my first step in Rust long long ago, and it has some faults: - A monolithic single crate: takes too much time even in...

* variable assignments where the value to be assigned is an empty string don't work, such as ``` foo= ``` * redirections can't be applied to brace groups (and perhaps...

bug

Hi. I just founded nsh. Can you add nsh to Arch Linux? https://wiki.archlinux.org/title/Arch_package_guidelines

I just ported nsh to FreeBSD: https://www.freshports.org/shells/nsh/ To install in FreeBSD: ``` pkg install shells/nsh ``` or ``` pkg install nsh ``` Maybe something for the documentation?

So, this is probably user error, but it told me to report this and I will. I saw `nsh` was in brew and I'm always up for trying new shells...