Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 1.09 KB

TODO.md

File metadata and controls

31 lines (30 loc) · 1.09 KB

TODO

  • get lsp working
  • Pick a C ini parser, inih
  • Get sample to compile
  • copy csv and build as a separate project
  • add inih lib
  • read ini from sample file
  • design, follow mapfile
  • look at mapfile for how to read from stdin
  • read ini file and print to stdout: Try reading from stdin(0) using normal streams, i.e. fgets, will need to use fdopen on other file descriptors as was done for the read builtin
  • parse ini file
  • assign ini file to bash vars
  • rename to ini
  • vendor inih, rather than link?
  • Create an associative array per section
  • Create an associative array of all sections?
  • Remove hard coded INI
  • Add support for arbitrary fds, rather than just stdin
  • Error checking, malloc, return vals, etc?
  • Improve help, docs, code comments
  • Push out repo, test cloning
  • Improve comments
  • Improve testing
  • Add a simple readme
  • Ask for feedback oh help-bash
  • Write blog post
  • ?