all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <873216071@qq.com>
To: 46020@debbugs.gnu.org
Subject: [bug#46020] [PATCH] gnu: Add bpytop.
Date: Thu, 21 Jan 2021 22:10:01 +0800	[thread overview]
Message-ID: <tencent_5525B52A6BF38F4D07A0BCB224B856653305@qq.com> (raw)

[-- Attachment #1: 0001-gnu-Add-bpytop.patch --]
[-- Type: text/x-patch, Size: 2427 bytes --]

From 8ea646c76f87e33734bdeafec18ee13a13d282c5 Mon Sep 17 00:00:00 2001
From: Zheng Junjie <873216071@qq.com>
Date: Thu, 21 Jan 2021 22:08:06 +0800
Subject: [PATCH] gnu: Add bpytop.

---
 gnu/packages/admin.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b476a90de9..4e1ddc95e3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
+;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -563,6 +564,43 @@ application (for console or X terminals) and requires ncurses.")
 memory, disks, network and processes.")
     (license license:asl2.0)))
 
+(define-public bpytop
+  (package
+    (name "bpytop")
+    (version "1.0.59")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "bpytop" version))
+       (sha256
+        (base32
+         "0901a4lfq931lpl59r99kjc2dhh5scj3gqpxkq7c72psf3kpi9dz"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-psutil" ,python-psutil)))
+    (home-page
+     "https://github.com/aristocratos/bpytop")
+    (synopsis "Resource monitor")
+    (description "Resource monitor that shows usage and stats for processor,
+memory, disks, network and processes.
+
+Features:
+@itemize
+@item Easy to use, with a game inspired menu system.
+@item Full mouse support, all buttons with a highlighted key is clickable and
+mouse scroll works in process list and menu boxes.
+@item Fast and responsive UI with UP, DOWN keys process selection.
+@item Function for showing detailed stats for selected process.
+@item Ability to filter processes, multiple filters can be entered.
+@item Easy switching between sorting options.
+@item Send SIGTERM, SIGKILL, SIGINT to selected process.
+@item UI menu for changing all config file options.
+@item Auto scaling graph for network usage.
+@item Shows message in menu if new version is available.
+@item Shows current read and write speeds for disks.
+@end itemize")
+    (license license:asl2.0)))
+
 (define-public pies
   (package
     (name "pies")
-- 
2.30.0





             reply	other threads:[~2021-01-21 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21 14:10 Z572 [this message]
2021-02-12  9:01 ` bug#46020: [PATCH] gnu: Add bpytop 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tencent_5525B52A6BF38F4D07A0BCB224B856653305@qq.com \
    --to=873216071@qq.com \
    --cc=46020@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.