mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
Add test script for Enhanced Backup TUI Features
- Implement a comprehensive test script to validate the enhanced functionality of the Backup TUI. - Include tests for compilation, startup, feature validation, backup script integration, dependency checks, performance, and documentation. - Utilize color-coded output for better readability of test results.
This commit is contained in:
@@ -21,6 +21,11 @@ alias dcupd="docker compose up -d"
|
||||
alias dcpull="docker compose pull"
|
||||
alias lzd="lazydocker"
|
||||
|
||||
# 🔧 Backup Management
|
||||
alias backup-tui="/home/acedanger/shell/backup-tui"
|
||||
alias btui="/home/acedanger/shell/backup-tui"
|
||||
alias backup-manager="/home/acedanger/shell/backup-tui"
|
||||
|
||||
# 🔧 System Management
|
||||
alias update="/home/acedanger/shell/update.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user