{"id":16577903,"url":"https://github.com/compufox/with-user-abort","last_synced_at":"2026-02-13T05:02:22.147Z","repository":{"id":53491734,"uuid":"218573899","full_name":"compufox/with-user-abort","owner":"compufox","description":"provides a nice, portable way to capture user-interrupt signals in lisp","archived":false,"fork":false,"pushed_at":"2024-04-26T22:19:51.000Z","size":2,"stargazers_count":22,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-02T04:44:02.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compufox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-30T16:33:53.000Z","updated_at":"2025-02-17T07:27:22.000Z","dependencies_parsed_at":"2024-10-11T22:12:39.737Z","dependency_job_id":"9dd37b4e-b1aa-4234-afba-2323280daa0d","html_url":"https://github.com/compufox/with-user-abort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fwith-user-abort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fwith-user-abort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fwith-user-abort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compufox%2Fwith-user-abort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compufox","download_url":"https://codeload.github.com/compufox/with-user-abort/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242099427,"owners_count":20071532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T22:12:35.013Z","updated_at":"2026-02-13T05:02:17.130Z","avatar_url":"https://github.com/compufox.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# with-user-abort\n### _ava fox_\n\nprovides a portable way to capture control-c in your lisp programs\n\n## Exports\n\n*Macro* `with-user-abort` \u0026body body \n\nexecutes BODY and captures a user-interrupt (control-c) and signals user-abort condition\n\n*Condition* `user-abort`\n\na simple condition that inherits from your implementation's user-interrupt. \n\n## Example\n\n```lisp\n(handler-case\n\t(with-user-abort (long-running-call))\n  (user-abort ()\n\t(print \"Quitting gracefully\")\n\t(uiop:quit 1)))\n```\n\n\n---\n\n## License\n\nBSD 3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompufox%2Fwith-user-abort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompufox%2Fwith-user-abort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompufox%2Fwith-user-abort/lists"}