Skip to content

Commit

Permalink
update the index (#54)
Browse files Browse the repository at this point in the history
related to
- #50
- amtoine/nu-git-manager#140
- nushell/nu_scripts#700

## Description
#50 forces some packages with multiple modules to be split into multiple
packages.
this is the case of `amtoine/nu-git-manager` and `nushell/nu_scripts`
and this PR reflects this new set of packages.

> **Note**
> the script given as an example in
#49 might not work for now with the
ongoing transition from `package.nuon` to `nupm.nuon` in
#49
  • Loading branch information
amtoine committed Dec 17, 2023
1 parent 81b27e3 commit bf17351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.nuon
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{ package: "github.com:FMotalleb/nu_plugin_port_list" },
{ package: "github.com:FMotalleb/nu_plugin_port_scan" },
{ package: "github.com:FMotalleb/nu_plugin_qr_maker" },
{ package: "github.com:amtoine/nu-git-manager" },
{ package: "github.com:amtoine/nu-git-manager", dir: "pkgs/nu-git-manager" },
{ package: "github.com:amtoine/nu-git-manager", dir: "pkgs/nu-git-manager-sugar" },
{ package: "github.com:amtoine/nu-pomodoro" },
{ package: "github.com:amtoine/nu-right-prompt" },
{ package: "github.com:amtoine/nu_plugin_explore" },
Expand All @@ -16,6 +17,7 @@
{ package: "github.com:amtoine/scripts", dir: "nu-scripts" },
{ package: "github.com:amtoine/scripts", dir: "nu-sound-manager" },
{ package: "github.com:amtoine/zellij-layouts", dir: "nu-zellij" },
{ package: "github.com:nushell/nu_scripts" },
{ package: "github.com:nushell/nu_scripts", dir: "nu-hooks" },
{ package: "github.com:nushell/nu_scripts", dir: "themes" },
{ package: "github.com:nushell/nupm" },
]

0 comments on commit bf17351

Please sign in to comment.