Home

scripts @main - refs - log -
-
https://git.jolheiser.com/scripts.git
A collection of Nushell scripts
tree log patch
docs: clean up READMEs Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signature
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEgqEQpE3xoo1QwJO/uFOtpdp7v3oFAmZOfp0ACgkQuFOtpdp7 v3onnw//X4KHzgL50gQL+RvGHkbAkHZ8BGFetI+CX5aTPseLAwuDqxhrfiz+Gj8Z UlfsIkDpi1v8HUnAA94t3OsHWh0HU9uR1iPqzZ9saGlMNcNtdHbumBKS+HsxZZOm /gMK+hZNNCcuTESOB1NfQ+TbL6mdvgOPUmftbNW5ELbt5XrWdTIbgF2vBHXyuIzZ HUEyWi7q7u60T248KBp/YWozb1wFjkt6UbcciJekOOEHHaoaMatDgxzSbJ+U01Hd Go2rW/yPwga7IkC0o2Afl3IHKdAYvZ4fQAp6CvD/jpI2Y7UQDTq5Df1It3sDjtrb Ne0Io3UXaUMJRbNsH1LOfnLfW7QG+rteX8vmJRJIMcpqJlEsZY6KiOStWVtLts6s aT9Q0LvNrwKaEVu/s9qi3BS196qy87o7+KBl9plL4m2yhPJnvhW9Q620hFavbLmZ WrdhxkW4CjRNFYz9lJ65zBqAspTwYA6er/DWJsaKRSWQQ6ZKxonyXdZYlCsHXfZT ED4KBoe3zb3YJ4LZIIObrCdLV3BOd0gF1Fo8RMHEDxBZJdax/5hE3Xk/iXLgJtkl xw/TnpbsNr906OKCueV7FAKUiVY7KAbl0/vJrBgTlaIsdaKn+ddD9NqjUIN8elWW wlFy1ABsULmtbr2we20ZTus+FeEr5gFavA+7Y/gEiptLhKtKzHs= =Z4i4 -----END PGP SIGNATURE-----
jolheiser <john.olheiser@gmail.com>
4 months ago
3 changed files, 19 additions(+), 3 deletions(-)
I README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e208c052a5a1a93202a89ad0dd98ca4678acdd37
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# scripts
+
+A collection of scripts
+
+- [Nushell](nu)
+
+## License
+[MIT](LICENSE)
M nu/LICENSE -> LICENSE
diff --git a/nu/LICENSE b/LICENSE
rename from nu/LICENSE
rename to LICENSE
M nu/README.md -> nu/README.md
diff --git a/nu/README.md b/nu/README.md
index 66028f01e24f49920f967470ed0f647f961372d6..7b7d52d11a3e8cbe165061af9a33d9f580d2a5c1 100644
--- a/nu/README.md
+++ b/nu/README.md
@@ -1,6 +1,14 @@
+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`
+
 # scripts
 
-A collection of [Nushell](https://www.nushell.sh) scripts.
+```nu
+# scripts
 
-## License
+run-tests
-[MIT](LICENSE)
+```