1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: btm
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
cmark-gfm <!nodoc>,
debhelper-compat (= 13),
dh-sequence-bash-completion,
dh-sequence-rust,
librust-anyhow-1+default-dev,
librust-backtrace-0.3+default-dev,
librust-cfg-if-1+default-dev,
librust-clap-4+cargo-dev,
librust-clap-4+default-dev,
librust-clap-4+derive-dev,
librust-clap-4+wrap-help-dev,
librust-concat-string-1+default-dev,
librust-crossterm-dev (<< 0.29),
librust-ctrlc-3+default-dev,
librust-ctrlc-3+termination-dev,
librust-dirs-5+default-dev,
librust-filedescriptor-0.8+default-dev,
librust-hashbrown-dev (<< 0.16),
librust-humantime-2+default-dev,
librust-indexmap-2+default-dev,
librust-indoc-2+default-dev,
librust-itertools-0.13+default-dev,
librust-libc-0.2+default-dev,
librust-nvml-wrapper-dev (<< 0.11),
librust-ratatui-dev (<< 0.30),
librust-regex-1+default-dev,
librust-rustix-0.38+default-dev,
librust-rustix-0.38+fs-dev,
librust-rustix-0.38+param-dev,
librust-rustix-0.38+process-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-starship-battery-0.10+default-dev,
librust-sysctl-0.5+default-dev,
librust-sysinfo-0.30+default-dev,
librust-tempfile-3+default-dev,
librust-thiserror-1+default-dev,
librust-toml-edit-0.22+default-dev,
librust-toml-edit-0.22+serde-dev,
librust-unicode-segmentation-1+default-dev,
librust-unicode-width-0.2+default-dev,
librust-assert-cmd-2+default-dev,
librust-predicates-3+default-dev,
librust-clap-complete-4+default-dev,
librust-clap-mangen-0.2+default-dev,
Standards-Version: 4.7.0
Homepage: https://clementtsang.github.io/bottom
Vcs-Git: https://salsa.debian.org/debian/btm.git
Vcs-Browser: https://salsa.debian.org/debian/btm
Rules-Requires-Root: no
Package: btm
X-Cargo-Crates:
bottom,
Architecture: any
Multi-Arch: allowed
Depends:
${cargo:Depends},
${misc:Depends},
${shlibs:Depends},
Suggests:
bash-completion,
Built-Using:
${cargo:Built-Using},
Static-Built-Using:
${cargo:Static-Built-Using},
Description: customizable graphical process/system monitor for the terminal
bottom (executable name btm)
is a customizable graphical process/system monitor for the terminal,
inspired by gtop, gotop, and htop.
.
By default, bottom is somewhat like a dashboard -
a bunch of different widgets, all showing different things,
and they all cram together to fit into one terminal.
|