Add some possible TODO items
This commit is contained in:
parent
333b6dbc27
commit
0276b1bfca
2 changed files with 7 additions and 1 deletions
|
|
@ -7,6 +7,11 @@ import (
|
|||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
// TODO:
|
||||
// - bold of escaped output doesn't work.
|
||||
// - could use direct ANSI codes rather than aurora package.
|
||||
// - configurable colours.
|
||||
|
||||
type Display struct {
|
||||
a *aurora.Aurora
|
||||
}
|
||||
|
|
|
|||
3
main.go
3
main.go
|
|
@ -16,7 +16,8 @@ import (
|
|||
)
|
||||
|
||||
// TODO:
|
||||
// - bold of escaped output doesn't work
|
||||
// - it would be better to make fixed patterns case insensitive too.
|
||||
// - configurable defaults for exclude.
|
||||
|
||||
func main() {
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue