You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched all issues/PRs to ensure it has not already been reported or fixed.
I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
nu
Expected/Current Behaviour
In the nu shell, the dfr command should be available. The binary available direct from the nu project website includes that command, but the nu installed via scoop does not.
Steps to Reproduce
PS> scoop info nuName : nuDescription : A modern shell written in RustVersion : 0.86.0Bucket : mainWebsite : https://www.nushell.shLicense : MITUpdated at : 18/10/2023 16:12:17Updated by : github-actions[bot]Installed : 0.80.0 0.83.0 0.83.1 0.84.0 0.85.0 0.86.0Binaries : nu.exePS> nunu> dfrError: nu::shell::external_command × External command failed ╭─[entry #1:1:1] 1 │ dfr · ─┬─ · ╰── executable was not found ╰──── help: program not found
### Possible Solution
The only fix I know of is to use the build from the nu project rather than scoop. I tried running `~\scoop\apps\nu\current\nu.exe` directly rather than using the shim, but that did not help.
### Scoop and Buckets Version
```console
❯ scoop --version
Current Scoop version:
v0.3.1 - Released at 2022-11-15
'enk' bucket:
81f01ef (HEAD -> master, origin/master, origin/HEAD) pip 23.3
'extras' bucket:
b2ab29f34 (HEAD -> master, origin/master, origin/HEAD) argyllcms: Update to version 3.0.1
'java' bucket:
6ffbdc38 (HEAD -> master, origin/master, origin/HEAD) temurin8-nightly-jre: Update to version 8.0.392-8.0.202310181914
'main' bucket:
a68197ca1 (HEAD -> master, origin/master, origin/HEAD) ov: Update to version 0.32.1
'versions' bucket:
5bd5b7925 (HEAD -> master, origin/master, origin/HEAD) zig-dev: Update to version 0.12.0-dev.1108
Prerequisites
Package Name
nu
Expected/Current Behaviour
In the nu shell, the
dfr
command should be available. The binary available direct from thenu
project website includes that command, but thenu
installed via scoop does not.Steps to Reproduce
The text was updated successfully, but these errors were encountered: