elves / elvish

Powerful scripting language & versatile interactive shell
https://elv.sh/
BSD 2-Clause "Simplified" License
5.53k stars 297 forks source link

Pre exit hook #1769

Closed xofyarg closed 3 months ago

xofyarg commented 4 months ago

allow user to customize pre-exit hook

It is useful when user wants to clean up things that associated with shell session.

Provide a CallHook internal API for the common usage.

xofyarg commented 3 months ago

I'll merge this to a branch and add a fixup commit.

Thanks for taking over!