mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-29 21:27:47 +00:00
![]() Tested with https://docs.aws.amazon.com/cli/latest/reference/s3/ls.html example output Note that the script has a placeholder parameter `s3://your-bucket-and-path`. The script is moved into the `sourced` folder like all the other ported scripts from the cool_oneliners folder before it, but sourcing it as-is is not meaningful. This ports the last file in `before_v0.60`, consequently resolving #221. |
||
---|---|---|
.. | ||
assets | ||
cargo_search.nu | ||
cdpath-implementation.nu | ||
clear_screen_buf.nu | ||
dict.nu | ||
file_cat.nu | ||
file_convert_naming_case.nu | ||
filesize.nu | ||
find_in.nu | ||
git_gone.nu | ||
js_map_to_markdown.nu | ||
npm_update_versions.nu | ||
parse_aws_s3_ls.nu | ||
parse_fish_command_history.nu | ||
pwd-short.nu | ||
README.md | ||
simple_http_request.nu | ||
top_commands.nu | ||
wt_color.nu | ||
xml_search_schema.nu |
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:
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