feat: add 5 new 2026 TUI apps and improve interface - #117
Conversation
This commit adds five highly useful modern terminal applications: - micro (intuitive text editor) - nnn (fast file manager) - tig (TUI for git) - ncdu (NCurses Disk Usage) - kakoune (advanced text editor) It also appends them to the DEFAULT_MODULES array in the `full` profile of `setup-2026.sh` and registers their descriptions inside `MOD_DESC`.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Updated `programas/micro/setup.sh` to safely download the installer script to a temporary file before executing it, resolving SonarCloud code analysis failures. Added a check to ensure the binary exists before moving. - Added `DEBIAN_FRONTEND=noninteractive` and `-qq` to `apt` commands in `programas/nnn`, `programas/tig`, `programas/ncdu`, and `programas/kakoune` to prevent headless stalls and reduce noise.
Replaced the `curl | bash` installation script with a standard `apt install micro` command. This ensures the binary is correctly downloaded and verified by the system's package manager, thereby resolving SonarCloud code analysis failures (e.g., executing unchecked scripts from curl and blindly moving `micro` without verification).
|



This pull request adds 5 new highly requested and useful 2026-style TUI applications:
micro,nnn,tig,ncdu, andkakoune. Each of these tools includes its own standalonesetup.shinstallation module to maintain strict modularity. They have been added to thefullprofile defaults and registered within theMOD_DESCarray, ensuring a smooth installation process through the interactivegumTUI. Code review feedback regarding bashisms inside posix shell scripts has been addressed.PR created automatically by Jules for task 12171498371745160701 started by @juninmd