Home

scripts @main - refs - log -
-
https://git.jolheiser.com/scripts.git
A collection of Nushell scripts
scripts / nu / README.md
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
A collection of [Nushell](https://www.nushell.sh) scripts.

- `,` (comma): Run commands via `nix run` if they aren't found in your `PATH`
- `clone`: Opinionated `git clone` wrapper for various popular forges
- `fg`: `fzf` + `ripgrep`
- `gomodsri`: Create a suitable nix hash based on the current `go.mod` and save it to `go.mod.sri`

## Testing

```nu
use testing.nu run-tests
run-tests
```