Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 590 Bytes

todo.md

File metadata and controls

18 lines (18 loc) · 590 Bytes
  • Finish Parser
  • Parser tests
  • Elaboration/Simplification phases
  • Switch to using above for execution
  • integrate readline or linenoise or etc for input
  • history using above
  • controling ENV variables
  • index warnings when user writable exes shadow
  • file piping (sketch: name = execute, name w/ dot & no args = file heuristic, path = if target is +x or not)
  • tee support
  • builtin lifecycle -- cd::after {} -- for stuff like rvm
  • tab completion
  • globbing
  • stderr and more complex pipelines
  • variables
  • control flow
  • xargs?
  • isolating output strings (basic not-quite i18n prep)