29 Open Issues Need Help Last updated: Feb 5, 2026

Open Issues Need Help

View All on GitHub
help wanted good first issue category:documentation delight A:completions

A new type of shell

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

A new type of shell

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

A new type of shell

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

A new type of shell

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

A new type of shell

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

A new type of shell

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

A new type of shell

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

A new type of shell

Rust
#nushell#rust#shell
help wanted category:upstream dependencies

A new type of shell

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

A new type of shell

Rust
#nushell#rust#shell
good first issue category:documentation

A new type of shell

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

A new type of shell

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

A new type of shell

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

A new type of shell

Rust
#nushell#rust#shell
help wanted good first issue tests

A new type of shell

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

A new type of shell

Rust
#nushell#rust#shell
good first issue A:parser

A new type of shell

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

A new type of shell

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

A new type of shell

Rust
#nushell#rust#shell
enhancement good first issue networking

A new type of shell

Rust
#nushell#rust#shell
enhancement good first issue

A new type of shell

Rust
#nushell#rust#shell
:bug: bug good first issue inconsistent-behavior

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

A new type of shell

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

A new type of shell

Rust
#nushell#rust#shell
help wanted unhelpful-error refactor

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

A new type of shell

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

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

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

A new type of shell

Rust
#nushell#rust#shell