nushell/TODO.md

703 B

Todo

  • Env shorthand
  • String interpolation
  • Aliases
  • Env vars
  • Sub commands
  • Floats
  • Tests
  • Decl requires $ but shouldn't
  • alias highlighting at call site
  • refactor into subcrates
  • subcommand alias
  • type inference from successful parse (eg not List<unknown> but List<int>)
  • parsing tables
  • Block params
  • Ranges
  • Iteration (each) over tables
  • ctrl-c support
  • Column path
  • ...rest without calling it rest
  • operator overflow
  • finish operator type-checking
  • Source
  • Autoenv
  • Externals
  • let [first, rest] = [1, 2, 3]

Maybe:

  • default param values?
  • Unary not?