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

The [cookbook intro page](https://www.nushell.sh/cookbook/) gives an example of a oneliner that I recently changed to imply is one of the oneliners from this repo (nushell/nushell.github.io#1205), however that oneliner isn't actually in this repo. This adds that oneliner to the repo. I also replaced the mention of the \#cool-oneliners channel that was renamed to \#cool-scripts to just mention the general Nushell community.
19 lines
480 B
Markdown
19 lines
480 B
Markdown
# cool oneliners
|
|
|
|
Capturing oneliners to and from the nushell community.
|
|
|
|
Consider these a living library.
|
|
Or an ongoing story of how people actually use `nu`.
|
|
|
|
## Naming and script requirements
|
|
|
|
- the filename should be an abbreviation of the general topic of the script
|
|
For example:
|
|
|
|
```sh
|
|
git_batch_extract.nu
|
|
```
|
|
|
|
- the script should have two lines
|
|
- the first line should be a comment describing the script's purpose
|
|
- the second line should be the cool oneliner
|