Skip to content

feat: add 5 new 2026 TUI apps and improve interface - #117

Merged
juninmd merged 3 commits into
masterfrom
jules-12171498371745160701-048e9ee6
Aug 24, 2026
Merged

feat: add 5 new 2026 TUI apps and improve interface#117
juninmd merged 3 commits into
masterfrom
jules-12171498371745160701-048e9ee6

Conversation

@google-labs-jules

Copy link
Copy Markdown
Contributor

This pull request adds 5 new highly requested and useful 2026-style TUI applications: micro, nnn, tig, ncdu, and kakoune. Each of these tools includes its own standalone setup.sh installation module to maintain strict modularity. They have been added to the full profile defaults and registered within the MOD_DESC array, ensuring a smooth installation process through the interactive gum TUI. Code review feedback regarding bashisms inside posix shell scripts has been addressed.


PR created automatically by Jules for task 12171498371745160701 started by @juninmd

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`.
@google-labs-jules

Copy link
Copy Markdown
Contributor Author

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

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).
@sonarqubecloud

Copy link
Copy Markdown

@juninmd
juninmd merged commit b7f1b85 into master Aug 24, 2026
2 checks passed
@juninmd
juninmd deleted the jules-12171498371745160701-048e9ee6 branch August 24, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant