Commit Graph

5 Commits

Author SHA1 Message Date
Clement Tsang
90be9730a6
feature: Add network interface filtering (#381)
Adds a new option in the config file to filter out network interfaces.  Also add the option to filter by whole words.

Interface follows that of the existing ones:

```toml
[net_filter]
is_list_ignored = false
list = ["virbr0.*"]
regex = true
case_sensitive = false
whole_word = false
```
2021-01-01 18:09:28 -05:00
Clement Tsang
60d0117c85
feature: Add process_command to default to the process command (#379)
Adds a `process_command` flag and config option to default to showing the full command in the process widget on startup.
2020-12-28 14:34:32 -05:00
Clement Tsang
c458a4d101
docs: update screenshots 2020-05-04 17:23:15 -04:00
ClementTsang
572d665a8a (docs): Update README to be a bit nicer 2020-04-03 00:50:56 -04:00
ClementTsang
aa44a1dc31 Moved some files around. 2020-02-20 23:25:28 -05:00