Added Yazi and Git in Tools
Signed-off-by: Mahesh Asolkar <mahesh@mahesha.com>
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user