mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
todos
This commit is contained in:
parent
d6e831367c
commit
99fd2c1546
2 changed files with 9 additions and 5 deletions
|
@ -4,6 +4,9 @@
|
|||
use BB style markup to add color to strings using VT100 escape codes
|
||||
]##
|
||||
|
||||
# TODO:
|
||||
#{.push raises:[].}
|
||||
|
||||
import std/[os, sequtils, strformat, strutils]
|
||||
import ./bbansi/[styles, utils, colors]
|
||||
export utils
|
||||
|
|
11
todo.md
11
todo.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
- [x] add cligen adapters to add colors with bbansi
|
||||
- [ ] add integration test check cligen
|
||||
- [ ] add generic help generator to accompany optparse
|
||||
- [ ] add generic help generator to accompany parseopt
|
||||
|
||||
## improvements
|
||||
|
||||
|
@ -11,11 +11,12 @@
|
|||
|
||||
## features
|
||||
|
||||
- [ ] add confirmation proc
|
||||
- [x] make a basic choose one from list widget
|
||||
- [ ] add basic progress bar
|
||||
- [ ] add support for 256 and truecolors
|
||||
- [ ] add support for rgb colors
|
||||
- [ ] 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`
|
||||
- [x] improve color detection [ref](https://github.com/Textualize/rich/blob/4101991898ee7a09fe1706daca24af5e1e054862/rich/console.py#L791)
|
||||
|
||||
|
|
Loading…
Reference in a new issue