summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-10-04 17:13:24 +0200
committerIsmael Luceno2021-10-04 17:15:35 +0200
commit880e682ed3939cf0787ac13469cfc8bc41b5efad (patch)
treedcebf9e5c88730379471775fa848d68463967113 /utils
parentb53d38cf889480037ba0997ceb46d9ef54beb0a5 (diff)
btop++: new spell, Resource monitor
Diffstat (limited to 'utils')
-rwxr-xr-xutils/btop++/BUILD1
-rwxr-xr-xutils/btop++/DETAILS28
-rw-r--r--utils/btop++/HISTORY2
3 files changed, 31 insertions, 0 deletions
diff --git a/utils/btop++/BUILD b/utils/btop++/BUILD
new file mode 100755
index 0000000000..6dfecc1f8a
--- /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 0000000000..23b41badbb
--- /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 0000000000..8e1745a7a9
--- /dev/null
+++ b/utils/btop++/HISTORY
@@ -0,0 +1,2 @@
+2021-10-04 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DETAILS: spell created