File: debcargo.toml

package info (click to toggle)
rust-procs 0.14.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 972 kB
  • sloc: makefile: 53
file content (26 lines) | stat: -rw-r--r-- 825 bytes parent folder | download | duplicates (2)
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
overlay = "."
uploaders = ["NoisyCoil <noisycoil@debian.org>"]

[source]
build_depends = ["asciidoctor", "dh-shell-completions"]
section = "utils"

[packages.bin]
recommends = ["less"]
summary = "modern replacement for ps"
description = """
procs lists processes and their stats, like ps but in a more
human-readable way.

It displays additional information like TCP/UDP ports being
listened on by the process, its read/write throughput and the
name of the Docker container in which it is running, if any.

It supports colorized output, automatic theme detection based
on terminal background, multi-column keyword search, paging,
watch mode and tree view. The output can be customized using
a configuration file.

Processes can be filtered by command, user or PID and the
filters can be combined using logical operators.
"""