hwylterm/todo.md
2024-11-13 08:53:06 -06:00

1.5 KiB

hwylterm todo's

  • add cligen adapters to add colors with bbansi
    • add integration test check cligen
  • add generic help generator to accompany parseopt

improvements

  • addJoinStyle(); works like join except wraps each argument in a style
  • consider reducing illwill surface to only relevant IO (input) features
  • revamp spinner api (new threads?)
  • add Bbstring indexing operations strutils, that are span aware
  • add a commands option for newHwylCli in hwylterm/cli
  • console object with customizable options to apply formatting

cli generator

  • add support for types(metavars)/defaults/required in help output
  • add nargs to CliCfg
  • add support for inheriting a single flag from parent (even from a "group")
  • add support to either (lengthen commands) or provide an alias for a subcommand
  • add command aliases to hwylcli help with switch

features

  • make a basic choose one from list widget
  • tables/boxes?
  • confirmation proc
  • basic progress bar
  • support for 256 and truecolors
    • support for rgb colors
    • modify 256 colors w/parser changes to be "[color(9)]red" instead of [9]red
    • improve color detection ref

testing

  • investigate cap10 as a means of scripting the testing