Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 506 Bytes

File metadata and controls

19 lines (13 loc) · 506 Bytes

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