mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-18 00:25:40 +00:00
This PR adds the ability to use negation in queries. For example, `!=` as an equality operator `(cpu != 10)` and around groups, like `!(cpu > 5 or mem < 10)`. --------- Co-authored-by: ClementTsang <34804052+ClementTsang@users.noreply.github.com>