You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
Now that {issue,pr} list and pr checkout have a TUI via ratatui, I should probably add signal handling to not leave the user's terminal in a broken state.
Initial research only brings up signal-hook as a relevant depdency to help with the implementation.
Now that
{issue,pr} listandpr checkouthave a TUI via ratatui, I should probably add signal handling to not leave the user's terminal in a broken state.Initial research only brings up
signal-hookas a relevant depdency to help with the implementation.