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:
parent
2f8dee98ae
commit
0a5c82274f
3 changed files with 194 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue