1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Add record module (#679)

Add a module to manipulate records.

It can be a potential candidate to nu's standard library ?
Take a look at the name of the functions to see if they respect naming
convention (or if you have better ideas of course 😉 )
This commit is contained in:
Gabin Lefranc 2023-11-29 16:12:23 +01:00 committed by GitHub
parent 2f8dee98ae
commit 0a5c82274f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 194 additions and 0 deletions

View file

@ -20,6 +20,7 @@
- [nvim](#nvim)
- [progress\_bar](#progress_bar)
- [rbenv](#rbenv)
- [record](#record)
- [system](#system)
- [virtual\_environments](#virtual_environments)
- [weather](#weather)
@ -168,6 +169,9 @@ It is basically a join of the tables produced by the `lsof` command, and the nus
## [rbenv](./rbenv/)
??? (not sure how universal this is) This script provides minimal working rbenv setup.
## [record](./record/)
A module to manipulate nu's record
## [system](./system/)
Currently holds the `clip` command which was previously incorrectly in the standard library of Nushell.
```nushell