nushell

nushell/nushell

A new type of shell

40 good first / help-wanted issues · Rust · last activity Jul 19, 2026

nushell rust shell
40 Open Issues Need Help Last updated: Jul 19, 2026

Open Issues Need Help

View All on GitHub
good first issue status:needs-triage
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue category:documentation
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue A:networking
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue category:documentation category:meta-issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue polish A:completions
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:bug good first issue category:inconsistent-behavior
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue A:completions status:ready-to-implement
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:bug good first issue A:file-format A:networking
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue performance
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue A:file-system A:coreutils-uutils
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue A:parser
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
help wanted category:inconsistent-behavior A:file-system A:glob
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement help wanted build-package
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue category:documentation
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
help wanted good first issue category:documentation delight A:completions
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue status:needs-triage
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:bug good first issue A:completions A:line-editor status:ready-to-implement
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue status:needs-triage
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement good first issue status:needs-design A:completions
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
help wanted category:upstream dependencies
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:bug good first issue A:plugin-polars
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue category:documentation
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue A:error-unhelpful A:plugins
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement help wanted delight A:completions A:line-editor A:alias
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
help wanted good first issue tests
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:enhancement help wanted polish A:error-handling
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
category:bug good first issue status:needs-triage
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
good first issue A:plugin-polars category:inconsistent-behavior status:needs-triage
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
enhancement good first issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell

AI Summary: The default emulator theme is currently unusable in light-themed terminals because it uses a 'white' color that becomes invisible on light backgrounds. The proposed solution is to modify the default theme by changing instances of 'white' to 'default' (the terminal's default foreground color), making it theme-agnostic and functional in both light and dark modes. This is considered a simpler alternative to implementing full theme detection.

Complexity: 3/5
enhancement good first issue configuration
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
enhancement good first issue help-system
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
Remove unspanned errors about 1 year ago
help wanted unhelpful-error refactor
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell

AI Summary: The user requests an enhancement to shell autocomplete for `cd ..`. Currently, navigating up many levels requires manually counting `../` steps. The proposed solution is for `cd ..` followed by Tab to display a list of parent directories for selection, and similarly for `ls ..<partial_name>` to filter these directories, taking into account case sensitivity.

Complexity: 4/5
enhancement good first issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell
:bug: bug good first issue parser quoting/expansion
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell

AI Summary: The task is to modify the `watch` command in the Nushell shell to accept a duration value (e.g., `5min`) for its debounce time, instead of only milliseconds. This involves updating the command's argument parsing, potentially adding a new flag while maintaining backward compatibility with the existing millisecond-based flag, and updating the documentation to reflect the change.

Complexity: 4/5
enhancement good first issue datetime-handling
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell

AI Summary: The task is to fix a panic in the `random dice` command of the Nushell shell when the `--sides` option is set to 0. The current behavior is to panic; the desired behavior is to return a user-friendly error message indicating that a non-zero value is required for the number of sides.

Complexity: 3/5
:bug: bug good first issue
nushell/nushell
40.0K

A new type of shell

Rust
#nushell#rust#shell