mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-18 16:45:35 +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>