chore: removes colorization from search

Deprecates `mgutz/ansi` and removes colorization from search as a first
step toward improving the functionality.
This commit is contained in:
Chris Lane
2020-02-15 10:01:44 -05:00
parent 3e4c1818a9
commit e0c35a74d4
18 changed files with 2 additions and 1632 deletions

View File

@ -72,7 +72,7 @@ func cmdSearch(opts map[string]interface{}, conf config.Config) {
}
// search the sheet
matches := sheet.Search(reg, conf.Color(opts))
matches := sheet.Search(reg)
// display the results
if len(matches) > 0 {