summaryrefslogtreecommitdiff
path: root/docs/wishlist
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-13 20:48:13 +0200
committerPaul Buetow <paul@buetow.org>2026-02-13 20:48:13 +0200
commitbd095a1b9a2027a1ff43fe4b6fa04d0354ca062c (patch)
treeed4c8fad86c1b8347cc86020e0793822ae76a788 /docs/wishlist
parent20e3db5bcb04bc57377432126404b5e99d0b0a92 (diff)
Convert POD documentation to Markdown and migrate to Justfile
- Convert all POD files to Markdown format - Replace Makefile with justfile for build automation - Remove deprecated Debian packaging files and related directories - Update copyright year from 2013 to 2026 in Constants.pm and loadbars - Remove obsolete docs directory (bugs, wishlist, and generated files) - Fix sum() function in Utils.pm to handle undef values properly
Diffstat (limited to 'docs/wishlist')
-rw-r--r--docs/wishlist12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/wishlist b/docs/wishlist
deleted file mode 100644
index 9d981cd..0000000
--- a/docs/wishlist
+++ /dev/null
@@ -1,12 +0,0 @@
-* Optimize data polling intervals and make it configurable
-* Optimize code (too much cpu usage if there are too many hosts involved).
- E.g. do more stuff on the remote side (preparing the data).
-* Fast hostnum display
-* --tiny switch
-* More stats for memory
-* More stats for network
-* Auto detect single core boxes
-* Allow bash expansion/wildcards (e.g. loadbars --hosts server{01..30}
-* Make bars more modular (e.g. atm there is always a cpu bar, and network
- and mem are optional, everything should be optional).
-