-
v1.1 Stable
released this
2026-06-22 19:44:15 +02:00 | 3 commits to master since this releaseAsync Progress Tracking
ProgressTracker: Background-Thread rendert die Bar live, thread-safe. Zeigt Elapsed Time und ETA basierend auf aktuellem Durchsatz.MultiProgressTracker: Mehrere Progress-Bars gestackt, jede updatet unabhaengig von separaten Threads.TrackedTask: Bindet einen ProgressTracker an einen Task, laeuft async via CompletableFuture oder synchron.- Neue Methoden in ConsoleUI:
progressTracker(),multiProgress(),trackAsync(),trackSync()
Composable API
LayoutRenderer.add(TableBuilder): Tabellen direkt in Layouts einsetzen.LayoutRenderer.add(LayoutRenderer): Layouts in Layouts verschachteln.TableBuilder.buildLines(): Tabelle als Zeilenliste fuer Layout-Integration.ConsoleUI.buildSeparator(): Separator als String statt direkt drucken.AnsiUtils.strip(): ANSI-Codes aus beliebigem String entfernen.
Einheitliches Builder-API
Alle visuellen Komponenten (BoxBuilder, TableBuilder, LayoutRenderer) folgen jetzt dem gleichen Pattern:
draw()-> gibt auf stdout ausbuild()-> gibt String zurueckbuildLines()-> gibt List zurueck
Sonstiges
addLeft()/addRight()in LayoutRenderer als @Deprecated markiert,add()ist der generische Ersatz.addSeperator()Typo-Fix bleibt als @Deprecated erhalten.
Full Changelog
https://git.paulinis.net/raupy/console-utils/compare/v1.0...v1.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
console-utils-1.1.jar
0 downloads ·
2026-06-22 19:44:47 +02:00 · 44 KiB
-
v1.0 Stable
released this
2026-06-22 19:01:53 +02:00 | 13 commits to master since this releaseInitial release of console-utils.
Features:
- ConsoleUI: boxes, colored/styled text, separators, progress bar, table builder, layouts
- ConsoleInput: readLine, readInt, readDouble, readYesNo, readChoice with fallback input for non-standard terminals
- PlatformUtils: OS detection
- Full ANSI support with automatic fallback for terminals without ANSI support
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
console-utils-1.0.jar
0 downloads ·
2026-06-22 19:02:47 +02:00 · 36 KiB