mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
docs: update app descriptions (#659)
Update app descriptions across the board to be more consistent.
This commit is contained in:
parent
3529e484cc
commit
1237a35663
4 changed files with 7 additions and 11 deletions
|
@ -7,7 +7,8 @@ repository = "https://github.com/ClementTsang/bottom"
|
|||
keywords = ["cross-platform", "monitoring", "cli", "top", "tui"]
|
||||
license = "MIT"
|
||||
categories = ["command-line-utilities", "visualization"]
|
||||
description = "A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows."
|
||||
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
|
||||
documentation = "https://clementtsang.github.io/bottom/stable"
|
||||
readme = "README.md"
|
||||
default-run = "btm"
|
||||
build = "build.rs"
|
||||
|
@ -104,8 +105,7 @@ assets = [
|
|||
["completion/_btm", "usr/share/zsh/vendor-completions/", "644"],
|
||||
]
|
||||
extended-description = """\
|
||||
A cross-platform graphical process/system monitor with a customizable interface and a multitude of
|
||||
features. Supports Linux, macOS, and Windows.
|
||||
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
|
||||
|
||||
By default, bottom will look for a config file in ~/.config/bottom/bottom.toml.
|
||||
If one is not specified it will fall back to defaults. If a config file does not
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<h1>bottom (btm)</h1>
|
||||
|
||||
<p>
|
||||
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.<br />Supports Linux, macOS, and Windows. Inspired by <a href=https://github.com/aksakalli/gtop>gtop</a>, <a href=https://github.com/xxxserxxx/gotop>gotop</a>, and <a href=https://github.com/htop-dev/htop/>htop</a>.
|
||||
A customizable cross-platform graphical process/system monitor for the terminal.<br />Supports Linux, macOS, and Windows. Inspired by <a href=https://github.com/aksakalli/gtop>gtop</a>, <a href=https://github.com/xxxserxxx/gotop>gotop</a>, and <a href=https://github.com/htop-dev/htop/>htop</a>.
|
||||
</p>
|
||||
|
||||
[<img src="https://img.shields.io/github/workflow/status/ClementTsang/bottom/ci/master?style=flat-square&logo=github" alt="CI status">](https://github.com/ClementTsang/bottom/actions?query=branch%3Amaster)
|
||||
|
|
|
@ -33,9 +33,9 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
|
|||
<docsUrl>https://github.com/ClementTsang/bottom/blob/master/README.md</docsUrl>
|
||||
<bugTrackerUrl>https://github.com/ClementTsang/bottom/issues</bugTrackerUrl>
|
||||
<tags>cli cross-platform terminal top tui monitoring bottom btm</tags>
|
||||
<summary>A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.</summary>
|
||||
<summary>A customizable cross-platform graphical process/system monitor for the terminal.</summary>
|
||||
<description>
|
||||
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop).
|
||||
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows. Inspired by [gtop](https://github.com/aksakalli/gtop), [gotop](https://github.com/xxxserxxx/gotop) and [htop](https://github.com/htop-dev/htop).
|
||||
|
||||
**Usage**
|
||||
To use, run `btm` in a terminal.
|
||||
|
|
|
@ -3,7 +3,7 @@ site_name: bottom
|
|||
site_author: Clement Tsang
|
||||
site_url: https://clementtsang.github.io/bottom
|
||||
site_description: >-
|
||||
Yet another cross-platform graphical process/system monitor, inspired by gtop, gotop, and htop.
|
||||
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows.
|
||||
docs_dir: "content/"
|
||||
|
||||
# Project information
|
||||
|
@ -114,10 +114,6 @@ extra:
|
|||
version:
|
||||
provider: mike
|
||||
default: nightly
|
||||
# GA
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-L04GTMT28R
|
||||
|
||||
# Navigation
|
||||
nav:
|
||||
|
|
Loading…
Reference in a new issue