derrickpelletier / node-status

Nodejs stdout status and progress bar. Multi-item, various display types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pattern support

derrickpelletier opened this issue · comments

This is a big-ish issue because it means removing a lot of old functionality and accommodating differences.

  • Adding in pattern support, which allows designing the status bar manually.
  • Removing type option on items as it will be supported through the pattern itself.
  • default pattern will be generated as items are added.
  • removing uptime setting as it can be specified through pattern.
  • removing label setting as it can be specified through pattern.
  • accommodating loss of custom function type. Not sure what to do here yet.
  • remove color option from items, can be specified in pattern.