mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 08:36:25 -04:00
The folder custom_commands contained tests for both custom commands (the ones you configure in config.yml) and shell commands (the ones you execute at the ":" prompt). I always found this confusing, so separate these into two different folders. |
||
|---|---|---|
| .. | ||
| basic_shell_command.go | ||
| complex_shell_command.go | ||
| delete_from_history.go | ||
| edit_history.go | ||
| history.go | ||
| omit_from_history.go | ||