{"id":17068968,"url":"https://github.com/kgn/sckeyrecorder","last_synced_at":"2025-04-12T19:10:42.274Z","repository":{"id":1898216,"uuid":"2824795","full_name":"kgn/SCKeyRecorder","owner":"kgn","description":"An Objective-C shortcut recorder for the Mac.","archived":false,"fork":false,"pushed_at":"2011-12-24T17:36:44.000Z","size":633,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T13:21:21.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-22T02:22:00.000Z","updated_at":"2020-05-23T02:02:10.000Z","dependencies_parsed_at":"2022-08-28T10:50:51.933Z","dependency_job_id":null,"html_url":"https://github.com/kgn/SCKeyRecorder","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/kgn%2FSCKeyRecorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSCKeyRecorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSCKeyRecorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSCKeyRecorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kgn","download_url":"https://codeload.github.com/kgn/SCKeyRecorder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618277,"owners_count":21134200,"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-14T11:15:44.738Z","updated_at":"2025-04-12T19:10:42.255Z","avatar_url":"https://github.com/kgn.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SCKeyRecorder\n\nAn Objective-C shortcut recorder for the Mac.\n\n*This project is just getting started, it doesn't do much at the moment, stay tuned...*\n\n\n## Current build\n\n![Screenshot](https://github.com/kgn/SCKeyRecorder/raw/master/screenshot.png)\n\n\n## Mockup\n\n![Screenshot](https://github.com/kgn/SCKeyRecorder/raw/master/mockup.png)\n\n\n## ARC\n\nSCKeyRecorder works with arc and non-arc projects. If you just want to use SCKeyRecorder\nyou don't have to worry about how this works, just add it to your project :) If you want to contribute\nto SCKeyRecorder please read this section.\n\nSCKeyRecorder adds `arc_retain`, `arc_release`, and `arc_autorelease` to `NSObject` which should be used instead\nof the standard methods. Under arc these methods will not perform any memory management, but under non-arc the\nappropriate `retain`, `release`, and `autorelease` will be performed. These methods can be found in\n[NSObject+ARC.h](https://github.com/kgn/SCKeyRecorder/blob/master/SCKeyRecorder/NSObject+ARC.h).\nThere is one additional item implemented as a macro for `[super dealloc]`.\n\n    - (id)arc_retain;\n    - (void)arc_release;\n    - (id)arc_autorelease;\n    #define ARCSuperDealloc\n\nSome examples:\n\n    [[[[self class] alloc] initWithCode:code] arc_autorelease];\n\n    [[NSDictionary dictionaryWithDictionary:attributes] arc_retain];\n\n    - (void)dealloc{\n        [_stringValue arc_release];\n        [_prettyStringValue arc_release];\n        ARCSuperDealloc;\n    }\n\n\n## Credits\n\n- David Keegan ([@kgn](https://github.com/kgn))\n- Indragie Karunaratne ([@indragiek](https://github.com/indragiek))\n\n\n## Licence\n\nSCKeyRecorder is avalible under the [MIT License](https://github.com/kgn/SCKeyRecorder/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgn%2Fsckeyrecorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkgn%2Fsckeyrecorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgn%2Fsckeyrecorder/lists"}