Module events

Source
Expand description

Hook definitions that are emitted by the shell

Structsยง

AfterCommandCtx
Runs after a command has completed
BeforeCommandCtx
Runs before a command is executed
ChangeDirCtx
Runs when the current working directory is modified
CommandNotFoundCtx
Runs when a command not found error is received
JobExitCtx
Runs when a job is completed
StartupCtx
Runs when the shell starts up