David Orozco

Results 5 issues of David Orozco

I was wondering if there any option to use this app in cli

Hi, I'm using the theme and it's really awesome. I'm having trouble with the menu, it's not sorted. ![image](https://user-images.githubusercontent.com/34346877/97323268-9e6e4d80-183e-11eb-9303-23f8369c883f.png) What I want its sorted. This is my config file ```...

## Describe the bug I want to display text with Ansi colors (provided by github.com/logrusorgru/aurora). It's not possible, or it's not make sense? ## To reproduce ``` projects, err :=...

enhancement
help wanted

#841 I don't know if that expected to not throw an error, but seems weird to me. Probably in my use case I could use a `Walk` and check for...

I want to disable some functions, but seems like is not working ```go program, err := expr.Compile(query, expr.Option(func(c *conf.Config) { c.Disabled["all"] = true for name := range c.Disabled { fmt.Println("Disabled...",...

feature