mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-12-01 02:54:51 +01:00
Deployed a35b81a1 to nightly with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
f22214b16e
commit
c7272d6c30
File diff suppressed because one or more lines are too long
@ -1708,15 +1708,15 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<td>Temporarily shows the time scale in graphs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-b, --basic</code></td>
|
||||
<td><code>-b</code>, <code>--basic</code></td>
|
||||
<td>Hides graphs and uses a more basic look.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-C, --config <CONFIG PATH></code></td>
|
||||
<td><code>-C</code>, <code>--config_location <PATH></code></td>
|
||||
<td>Sets the location of the config file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-t, --default_time_value <TIME></code></td>
|
||||
<td><code>-t</code>, <code>--default_time_value <TIME></code></td>
|
||||
<td>Default time value for graphs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1725,18 +1725,26 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--default_widget_type <WIDGET></code></td>
|
||||
<td>Sets the default widget type, use <code>--help</code> for info.</td>
|
||||
<td>Sets the default widget type. Use --help for more info.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--disable_click</code></td>
|
||||
<td>Disables mouse clicks.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-m, --dot_marker</code></td>
|
||||
<td><code>--disable_keys</code></td>
|
||||
<td>Disables keyboard shortcuts, INCLUDING the ones that stop</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>bottom.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-m</code>, <code>--dot_marker</code></td>
|
||||
<td>Uses a dot marker for graphs.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-e, --expanded</code></td>
|
||||
<td><code>-e</code>, <code>--expanded</code></td>
|
||||
<td>Expand the default widget upon starting the app.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1748,7 +1756,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<td>Hides the time scale from being shown.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-r, --rate <TIME></code></td>
|
||||
<td><code>-r</code>, <code>--rate <TIME></code></td>
|
||||
<td>Sets how often data is refreshed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1757,10 +1765,14 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--show_table_scroll_position</code></td>
|
||||
<td>Shows the scroll position tracker in table widgets.</td>
|
||||
<td>Shows the list scroll position tracker in the widget title</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-d, --time_delta <TIME></code></td>
|
||||
<td></td>
|
||||
<td>for table widgets.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-d</code>, <code>--time_delta <TIME></code></td>
|
||||
<td>The amount of time changed upon zooming.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1776,7 +1788,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>-S, --case_sensitive</code></td>
|
||||
<td>Enables case sensitivity by default.</td>
|
||||
<td>Enables case sensitivity by default when searching.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-u, --current_usage</code></td>
|
||||
@ -1784,7 +1796,11 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--disable_advanced_kill</code></td>
|
||||
<td>Disable being able to send signals to processes. Only available on Linux, macOS, and FreeBSD.</td>
|
||||
<td>Hides additional stopping options on Unix-like systems.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--get_threads</code></td>
|
||||
<td>Also gather process thread information.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-g, --group_processes</code></td>
|
||||
@ -1807,6 +1823,10 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<td>Makes the process widget use tree mode by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--tree_collapse</code></td>
|
||||
<td>Collapse process tree by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>-n, --unnormalized_cpu</code></td>
|
||||
<td>Show process CPU% usage without averaging over the number of CPU cores.</td>
|
||||
</tr>
|
||||
@ -1814,10 +1834,6 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<td><code>-W, --whole_word</code></td>
|
||||
<td>Enables whole-word matching by default while searching.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--tree_collapse</code></td>
|
||||
<td>Collapse process tree by default.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="temperature-options"><a class="toclink" href="#temperature-options">Temperature Options</a></h2>
|
||||
@ -2000,7 +2016,7 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
<span class="md-icon" title="Last update">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
|
||||
</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 4, 2025 23:29:42">August 4, 2025</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 30, 2025 03:12:19">August 30, 2025</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
1668
nightly/configuration/config-file/disk-table/index.html
Normal file
1668
nightly/configuration/config-file/disk-table/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1661
nightly/configuration/config-file/network/index.html
Normal file
1661
nightly/configuration/config-file/network/index.html
Normal file
File diff suppressed because it is too large
Load Diff
@ -2010,6 +2010,11 @@ to be the colour itself. For example:</p>
|
||||
<td>Text styling for text when representing something that is disabled</td>
|
||||
<td><code>disabled_text = { color = "black", bg_color = "blue", bold = true }</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>thread_text</code></td>
|
||||
<td>Text styling for text when representing process threads. Only usable on Linux at the moment.</td>
|
||||
<td><code>thread_text = { color = "green", bg_color = "blue", bold = true }</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -2032,7 +2037,7 @@ to be the colour itself. For example:</p>
|
||||
<span class="md-icon" title="Last update">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
|
||||
</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="July 30, 2024 07:15:23">July 30, 2024</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 30, 2025 03:12:19">August 30, 2025</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
1660
nightly/configuration/config-file/temperature-table/index.html
Normal file
1660
nightly/configuration/config-file/temperature-table/index.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -2,122 +2,134 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/troubleshooting/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/command-line-options/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/cpu/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/data-filtering/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/disk-table/</loc>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/flags/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/layout/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/network/</loc>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/processes/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/styling/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/configuration/config-file/temperature-table/</loc>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/documentation/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/issues-and-pull-requests/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/packaging-and-distribution/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/build_process/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/deploy_process/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/dev_env/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/logging/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/contribution/development/testing/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/support/official/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/support/unofficial/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/autocomplete/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/basic-mode/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/general-usage/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/battery/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/cpu/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/disk/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/memory/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/network/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/process/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clementtsang.github.io/bottom/stable/usage/widgets/temperature/</loc>
|
||||
<lastmod>2025-08-06</lastmod>
|
||||
<lastmod>2025-08-30</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user