nu_scripts/before_v0.60/cool_oneliners
2022-02-25 13:10:38 -06:00
..
cdpath-implementation.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
dict.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
file_cat.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
filesize.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
js_map_to_markdown.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
npm_update_versions.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
parse_aws_s3_ls.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
README.md reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00
xml_search_schema.nu reorganize site in preparation for beta and releaes (#161) 2022-02-25 13:10:38 -06:00

cool oneliners

Capturing oneliners to and from the nushell Discourse channel #cool-oneliners.

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