joce
5fbeb457d5
Show stock lines in red when the change is < 0
3 years ago
Adam Hayes
f88377fc07
Bugfix--filters now work: filter.go converts correctly to floats
...
* Replaced suffice M,B,T with exponentional notation.
* Removed $ and % symbols.
* Booleans were left unchanged.
3 years ago
Adam Hayes
59aa481703
First pass at changing the way we map for filtering in filter.go
...
Doing the right type conversion. Works, but not debugged.
3 years ago
Adam Hayes
635e467e7a
Added fixes for crashing on bad filter
...
* Does not save profile in the SetFilter function.
* Saves profile on exit (exit from main loop).
* Clears filter string if it is found to be invalid in the Apply
function.
3 years ago
Hemanth Bollamreddi
fe4715082b
Solved filter.go:28:21: undefined: strings
5 years ago
MendelGusmao
83e58ecb15
Implement expression-based filtering
5 years ago