jesseduffield.lazygit/pkg/commands/oscommands
Stefan Haller 5a3049485c Use an interactive shell for running custom commands
Also, use the user's shell (from the SHELL env variable) instead of bash. Both
of these together allow users to use their shell aliases or shell functions in
the interactive command prompt.
2024-08-17 10:32:18 +02:00
..
cmd_obj.go Remove secureexec package 2023-07-30 19:59:51 +10:00
cmd_obj_builder.go Use an interactive shell for running custom commands 2024-08-17 10:32:18 +02:00
cmd_obj_runner.go Add Token credential request handling 2024-07-06 21:44:10 +10:00
cmd_obj_runner_default.go more refactoring 2022-01-09 14:09:53 +11:00
cmd_obj_runner_test.go Add Token credential request handling 2024-07-06 21:44:10 +10:00
cmd_obj_runner_win.go add deadlock mutex package 2022-08-07 11:16:14 +10:00
cmd_obj_test.go Remove secureexec package 2023-07-30 19:59:51 +10:00
copy.go chore: use errors.New to replace fmt.Errorf with no parameters. 2024-04-24 16:21:34 +08:00
dummies.go Use an interactive shell for running custom commands 2024-08-17 10:32:18 +02:00
fake_cmd_obj_runner.go Remove secureexec package 2023-07-30 19:59:51 +10:00
gui_io.go Use first class task objects instead of global counter 2023-07-09 21:30:19 +10:00
os.go Use an interactive shell for running custom commands 2024-08-17 10:32:18 +02:00
os_default_platform.go Use an interactive shell for running custom commands 2024-08-17 10:32:18 +02:00
os_default_test.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
os_test.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
os_windows.go Use an interactive shell for running custom commands 2024-08-17 10:32:18 +02:00
os_windows_test.go Remove secureexec package 2023-07-30 19:59:51 +10:00