Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (880e682ed3939cf0787ac13469cfc8bc41b5efad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (880e682ed3939cf0787ac13469cfc8bc41b5efad)
  • Date: Mon, 4 Oct 2021 15:15:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
utils/btop++/BUILD | 1 +
utils/btop++/DETAILS | 28 ++++++++++++++++++++++++++++
utils/btop++/HISTORY | 2 ++
4 files changed, 32 insertions(+)

New commits:
commit 880e682ed3939cf0787ac13469cfc8bc41b5efad
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

btop++: new spell, Resource monitor

diff --git a/ChangeLog b/ChangeLog
index 2c309fe..09b1a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2021-10-04 Ismael Luceno <ismael AT sourcemage.org>
* devel/ucpp: new spell, embeddable, quick, light and fully compliant
C99 preprocessor
+ * utils/btop++: new spell, Resource monitor

2021-10-01 Ismael Luceno <ismael AT sourcemage.org>
* crypto/minisign: new spell, dead simple tool to sign files
diff --git a/utils/btop++/BUILD b/utils/btop++/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/utils/btop++/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/utils/btop++/DETAILS b/utils/btop++/DETAILS
new file mode 100755
index 0000000..23b41ba
--- /dev/null
+++ b/utils/btop++/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=btop++
+ VERSION=1.0.13
+ SOURCE="btop-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/aristocratos/btop/archive/refs/tags/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:3147e91b1e17995cd60ee8246524112d1fa9ee4bdef6e2f0c164d2f49781889042dc7bf1e826ecde591792775324b68ccd295f15257a887eb3dbe60b816a74c2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/btop-$VERSION"
+ WEB_SITE="https://github.com/aristocratos/btop";
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20211004
+ KEYWORDS=""
+ SHORT="Resource monitor"
+cat << EOF
+Resource monitor that shows usage and stats for processor, memory, disks,
+network and processes.
+
+C++ version and continuation of bashtop and bpytop.
+
+Features: * Easy to use, with a game inspired menu system. * Full mouse
+support, all buttons with a highlighted key is clickable and
+ mouse scroll works in process list and menu boxes.
+* Fast and responsive UI with UP, DOWN keys process selection. * Function
for
+showing detailed stats for selected process. * Ability to filter processes.
+* Easy switching between sorting options. * Tree view of processes. *
+Send any signal to selected process. * UI menu for changing all config
+file options. * Auto scaling graph for network usage. * Shows IO activity
+and speeds for disks * Battery meter * Selectable symbols for the graphs *
+Custom presets * And more...
+EOF
diff --git a/utils/btop++/HISTORY b/utils/btop++/HISTORY
new file mode 100644
index 0000000..8e1745a
--- /dev/null
+++ b/utils/btop++/HISTORY
@@ -0,0 +1,2 @@
+2021-10-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (880e682ed3939cf0787ac13469cfc8bc41b5efad), Ismael Luceno, 10/04/2021

Archive powered by MHonArc 2.6.24.

Top of Page