mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-23 11:05:34 +00:00
Deployed 25b6b362 to nightly with MkDocs 1.6.1 and mike 2.1.4
This commit is contained in:
@@ -1199,17 +1199,6 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#disk-options" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Disk Options
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2240,21 +2229,6 @@ see information on these options by running <code>btm -h</code>, or run <code>bt
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="disk-options"><a class="toclink" href="#disk-options">Disk Options</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Option</th>
|
||||
<th>Behaviour</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--disk_use_binary_prefix</code></td>
|
||||
<td>Displays used, free, and total disk space with binary prefixes.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="process-options"><a class="toclink" href="#process-options">Process Options</a></h2>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -2518,7 +2492,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="September 16, 2026 00:47:06">September 16, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 17, 2026 04:12:21">August 17, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
@@ -1360,17 +1360,6 @@
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#disk-space-units" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Disk Space Units
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -2111,12 +2100,6 @@ is not actually used, the default sort will just be the first column shown.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="k">[disk]</span>
|
||||
<span class="n">sort_order</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"Ascending"</span>
|
||||
</code></pre></div>
|
||||
<h2 id="disk-space-units"><a class="toclink" href="#disk-space-units">Disk Space Units</a></h2>
|
||||
<p>Disk space uses decimal prefixes (KB, MB, GB, TB) by default. To display the Used, Free, and Total columns
|
||||
with binary prefixes (KiB, MiB, GiB, TiB), enable <code>use_binary_prefix</code>:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="k">[disk]</span>
|
||||
<span class="n">use_binary_prefix</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">true</span>
|
||||
</code></pre></div>
|
||||
<h2 id="show-unmounted-devices-linux-only"><a class="toclink" href="#show-unmounted-devices-linux-only">Show Unmounted Devices (Linux only)</a></h2>
|
||||
<p>By default, only mounted devices are shown. To also show unmounted devices on Linux, enable <code>include_unmounted</code>:</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="k">[disk]</span>
|
||||
@@ -2187,7 +2170,7 @@ is processed with the other options.</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="September 16, 2026 00:47:06">September 16, 2026</span>
|
||||
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="July 27, 2026 00:37:20">July 27, 2026</span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting...</title>
|
||||
<link rel="canonical" href="https://github.com/ClementTsang/bottom/releases/tag/nightly-32102130-1789433917">
|
||||
<script>var anchor=window.location.hash.substr(1);location.href="https://github.com/ClementTsang/bottom/releases/tag/nightly-32102130-1789433917"+(anchor?"#"+anchor:"")</script>
|
||||
<meta http-equiv="refresh" content="0; url=https://github.com/ClementTsang/bottom/releases/tag/nightly-32102130-1789433917">
|
||||
<link rel="canonical" href="https://github.com/ClementTsang/bottom/releases/tag/nightly-25b6b362-1789520355">
|
||||
<script>var anchor=window.location.hash.substr(1);location.href="https://github.com/ClementTsang/bottom/releases/tag/nightly-25b6b362-1789520355"+(anchor?"#"+anchor:"")</script>
|
||||
<meta http-equiv="refresh" content="0; url=https://github.com/ClementTsang/bottom/releases/tag/nightly-25b6b362-1789520355">
|
||||
</head>
|
||||
<body>
|
||||
You're being redirected to a <a href="https://github.com/ClementTsang/bottom/releases/tag/nightly-32102130-1789433917">new destination</a>.
|
||||
You're being redirected to a <a href="https://github.com/ClementTsang/bottom/releases/tag/nightly-25b6b362-1789520355">new destination</a>.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user