Added Yazi and Git in Tools

Signed-off-by: Mahesh Asolkar <mahesh@mahesha.com>
This commit is contained in:
2026-03-01 09:17:57 -08:00
parent cef9c1bf03
commit d6d292e35f

View File

@@ -60,7 +60,7 @@ sub show_apps {
# -----------
sub show_tools {
my ($app) = @_;
my @apps = qw(Neovide Wezterm Calculator Audio);
my @apps = qw(Neovide Yazi Git Wezterm Calculator Audio);
print join ("\n", map { "Tools:$_" } @apps);
}
@@ -103,6 +103,10 @@ sub tool_launch {
if ($sub_tool eq "Neovide") {
launch_program($app, 'neovide', '--fork');
} elsif ($sub_tool eq "Yazi") {
launch_program($app, 'ghostty', '-e', 'yazi');
} elsif ($sub_tool eq "Git") {
launch_program($app, 'gitg');
} elsif ($sub_tool eq "Wezterm") {
launch_program($app, 'wezterm');
} elsif ($sub_tool eq "Calculator") {