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
5fedf8a5db
other: update gruvbox and some documentation ( #310 )
2020-11-19 23:32:57 -05:00
imgbot[bot]
972ca99d48
chore: [ImgBot] Optimize images ( #226 )
...
*Total -- 641.18kb -> 541.81kb (15.5%)
/assets/trees_2.png -- 227.68kb -> 190.77kb (16.21%)
/assets/trees_1.png -- 361.14kb -> 305.06kb (15.53%)
/assets/trees_3.png -- 52.36kb -> 45.97kb (12.2%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-06 23:24:45 -04:00
Clement Tsang
eb8295c430
feature: Adds tree view ( #223 )
...
Adds a tree process view to bottom.
Currently uses a pretty jank method of column width setting, should get fixed in #225 .
2020-09-06 23:03:03 -04:00
ClementTsang
105e9d27bb
docs: rename demo gif
2020-09-02 22:14:03 -04:00
imgbot[bot]
73267f38bd
chore: [ImgBot] Optimize images ( #221 )
...
*Total -- 134.20kb -> 116.22kb (13.4%)
/assets/temp_filter_pre.png -- 45.44kb -> 37.86kb (16.69%)
/assets/disk_filter_pre.png -- 26.47kb -> 22.86kb (13.66%)
/assets/temp_filter_post2.png -- 20.45kb -> 17.82kb (12.87%)
/assets/disk_filter_post2.png -- 16.96kb -> 15.10kb (10.97%)
/assets/disk_filter_post.png -- 16.90kb -> 15.11kb (10.6%)
/assets/temp_filter_post.png -- 7.97kb -> 7.48kb (6.25%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-02 22:08:07 -04:00
Clement Tsang
cef3166cf8
feature: Add ability to filter out disks and temp ( #220 )
...
You can now filter out disks and temp sensors by name via config.
2020-09-02 22:02:49 -04:00
imgbot[bot]
6266593bf0
chore: [ImgBot] Optimize images ( #203 )
...
/assets/sort.png -- 280.22kb -> 233.91kb (16.53%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-26 20:30:45 -04:00
ClementTsang
31ee9b73fc
docs: Update README to include sorting
2020-08-26 19:06:55 -04:00
Clement Tsang
7e8bf95179
uptick: 0.4.6 ( #200 )
2020-08-25 01:01:14 -04:00
imgbot[bot]
16b6f442ac
chore: optimize images
...
*Total -- 1,250.90kb -> 1,084.93kb (13.27%)
/assets/search_empty.png -- 200.36kb -> 169.74kb (15.28%)
/assets/basic_mode.png -- 216.44kb -> 183.68kb (15.14%)
/assets/quote_search.png -- 217.46kb -> 185.91kb (14.51%)
/assets/regex_search.png -- 108.25kb -> 92.93kb (14.15%)
/assets/battery.png -- 155.70kb -> 135.39kb (13.05%)
/assets/sample_layout.png -- 107.67kb -> 94.99kb (11.78%)
/assets/simple_search.png -- 50.38kb -> 45.12kb (10.44%)
/assets/and_or_search.png -- 32.19kb -> 28.91kb (10.21%)
/assets/usage_search.png -- 38.14kb -> 34.45kb (9.68%)
/assets/cpu_layout.png -- 124.30kb -> 113.83kb (8.43%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-04 17:46:00 -04:00
Clement Tsang
c458a4d101
docs: update screenshots
2020-05-04 17:23:15 -04:00
ImgBotApp
329c00480f
[ImgBot] Optimize images
...
/assets/quote_search.png -- 225.84kb -> 199.47kb (11.68%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-03 04:56:34 +00:00
ClementTsang
d1ef24165d
docs: more details about search
2020-05-03 00:54:45 -04:00
ImgBotApp
ff94d56693
[ImgBot] Optimize images
...
*Total -- 554.66kb -> 463.59kb (16.42%)
/assets/basic_mode.png -- 190.42kb -> 142.90kb (24.96%)
/assets/or_search.png -- 60.64kb -> 52.66kb (13.17%)
/assets/search_empty.png -- 168.80kb -> 146.61kb (13.14%)
/assets/simple_search.png -- 50.47kb -> 45.18kb (10.48%)
/assets/simple_advanced_search.png -- 50.16kb -> 44.96kb (10.36%)
/assets/search_cpu_filter.png -- 34.17kb -> 31.28kb (8.47%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-03 03:54:54 +00:00
ClementTsang
73c16e259d
docs: update with search details
2020-05-02 23:46:07 -04:00
imgbot[bot]
57b65ce750
opt: optimize images ( #121 )
...
/assets/battery.png -- 1,827.86kb -> 1,251.54kb (31.53%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-04-16 20:24:38 -04:00
Clement Tsang
163f6823a2
feature: Add battery widget ( #120 )
2020-04-16 20:06:50 -04:00
imgbot[bot]
09ab88e7bf
[ImgBot] Optimize images ( #104 )
...
/assets/basic_mode.png -- 155.11kb -> 111.93kb (27.83%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-04-04 20:35:02 -04:00
ClementTsang
e30ec757f7
(docs) Update README to contain info about basic
2020-04-04 18:36:20 -04:00
ImgBotApp
a30f0bc929
[ImgBot] Optimize images
...
*Total -- 336.94kb -> 251.45kb (25.37%)
/assets/cpu_layout.png -- 215.94kb -> 160.37kb (25.73%)
/assets/sample_layout.png -- 121.00kb -> 91.08kb (24.73%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-04-03 05:10:24 +00:00
ClementTsang
572d665a8a
(docs): Update README to be a bit nicer
2020-04-03 00:50:56 -04:00
imgbot[bot]
e16eb832fc
[ImgBot] Optimize images ( #68 )
...
/assets/cpu_filter.png -- 100.80kb -> 87.13kb (13.56%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-03-05 20:33:04 -05:00
ClementTsang
3ae5248874
Update docs, update gif again.
2020-02-17 00:20:31 -05:00
ClementTsang
9fcbff99a3
Update GIF, add DELETE key to search options.
2020-02-16 21:54:29 -05:00
ClementTsang
b587b1fe57
[skip travis] Update recording.
2020-01-09 22:26:36 -05:00
ClementTsang
6df4843a8f
[skip travis] More documentation tweaking
2020-01-02 23:49:23 -05:00
ClementTsang
8cc8b47c89
Some documentation changes
2020-01-02 23:42:44 -05:00
ClementTsang
0550402698
Added dd command on linux.
2019-09-16 21:45:48 -04:00