{"id":18881030,"url":"https://github.com/takumatt/xciel","last_synced_at":"2026-02-20T23:30:17.343Z","repository":{"id":102093096,"uuid":"184585629","full_name":"takumatt/Xciel","owner":"takumatt","description":"A Xcode Extension influenced by \"ci\" (\"di\") command in Vim.","archived":false,"fork":false,"pushed_at":"2019-05-03T14:28:06.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T03:25:53.810Z","etag":null,"topics":["extension","source-editor-extension","xcode","xcode-extension","xcode-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/takumatt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-02T13:25:48.000Z","updated_at":"2019-05-03T14:28:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"67aec0d6-b289-4d4f-ba93-f4075dff6aaf","html_url":"https://github.com/takumatt/Xciel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumatt%2FXciel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumatt%2FXciel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumatt%2FXciel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takumatt%2FXciel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takumatt","download_url":"https://codeload.github.com/takumatt/Xciel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850399,"owners_count":19707348,"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":["extension","source-editor-extension","xcode","xcode-extension","xcode-plugin"],"created_at":"2024-11-08T06:47:01.958Z","updated_at":"2026-02-20T23:30:17.289Z","avatar_url":"https://github.com/takumatt.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"Xciel is a Xcode Extension influenced by \"ci\" (\"di\") command in Vim.  \n\nThis command deletes, selects and comment-out the region (scope) where enclosed in brackets. \n\nUnlike the \"ci\" command in Vim, the region is defined by the cursor position.  \n\n# Introduction\n\nXciel commands are slightly similar to \"ci\" command in Vim, but these commands search the region by current cursor position.  \n\nIt automatically searches the parent brackets (\"(){}[]\") and executes a command.\n\n## Delete\n\nXciel Delete command behave like the following.  \n\n(the cursor position is expressed as $)\n\n1. \n\n```swift\nif x.isEasy {\n  do(what: $x)\n}\n```\n\n2. \n\n```\nif x.isEasy {\n  do($)\n}\n```\n\nAs you can see, the cursor's scope is inside of the `do(what: @x)` and it deletes `what: x`.  \n\nBy the way, if the cursor is outside of the `do()`, then\n\n1.\n\n```swift\nif !(x.isEasy) {\n\twaitUntilPossible()\n  $do(what: x)\n}\n```\n\n2. \n```swift\nif !(x.isEasy) {\n  $\n}\n```\n\nNow, you can imagine the Delete command's behavior.\n\n## Select\n\nSelect command simply selects the scope.\n\n## Comment\n\nComment out command toggles lines in the scope.\n\nNOTE: Comment out command can toggle comments in the region!\n\n## Greedy\n\nEach commends has greedy option.\n\nThese commands are usefull in specific situation.  \n\n### Select\n\nThis command selects the region where exntended to the first column of the start line and the last column of the end line.\n\n### Delete\n\nThis command deletes the region as same as the Select command select.\n\n### Comment out \n\nThis command comments the region as same sa the Select command select.\n\n# Installation\n\nDownload from the release page and open Xciel.app.\n\nThen, open System Preferences \u003e Extensions and enable Xciel Extension.\n\nIf you cannot find Xcode Menu \u003e Editor \u003e Xciel Extension, please reopen Xcode.\n\n# Usage\n\nSelect Xcode Menu \u003e Editor \u003e Xciel Extensions.\n\nI highly recommend setting keybind to the Xciel commands though :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakumatt%2Fxciel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakumatt%2Fxciel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakumatt%2Fxciel/lists"}