{"id":19514769,"url":"https://github.com/codeeditapp/codeeditcli","last_synced_at":"2025-04-26T06:30:39.787Z","repository":{"id":64335932,"uuid":"574787219","full_name":"CodeEditApp/CodeEditCLI","owner":"CodeEditApp","description":"A command-line-interface to open files/folders in CodeEdit.app","archived":false,"fork":false,"pushed_at":"2024-03-30T17:20:56.000Z","size":166,"stargazers_count":68,"open_issues_count":11,"forks_count":13,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-04T08:22:28.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/CodeEditApp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-06T04:17:07.000Z","updated_at":"2025-04-02T21:14:25.000Z","dependencies_parsed_at":"2024-11-10T23:37:42.607Z","dependency_job_id":"fc74fd0c-c9ba-4228-b2e5-032c25842abd","html_url":"https://github.com/CodeEditApp/CodeEditCLI","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEditApp%2FCodeEditCLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEditApp%2FCodeEditCLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEditApp%2FCodeEditCLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeEditApp%2FCodeEditCLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeEditApp","download_url":"https://codeload.github.com/CodeEditApp/CodeEditCLI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250943894,"owners_count":21511645,"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-11-10T23:37:32.129Z","updated_at":"2025-04-26T06:30:39.313Z","avatar_url":"https://github.com/CodeEditApp.png","language":"Swift","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/CodeEditApp/CodeEditCLI/blob/main/.github/CodeEditCLI-Icon-128@2x.png?raw=true\" height=\"128\"\u003e\n  \u003ch1 align=\"center\"\u003eCodeEdit CLI\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"Follow CodeEdit on Twitter\" href=\"https://twitter.com/CodeEditApp\" target=\"_blank\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/Follow%20@CodeEditApp-black.svg?style=for-the-badge\u0026logo=Twitter\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"Join the community on Discord\" href=\"https://discord.gg/vChUXVf9Em\" target=\"_blank\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/Join%20the%20community-black.svg?style=for-the-badge\u0026logo=Discord\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n`codeedit` is a set of command line tools that ship with CodeEdit which allow users to open and interact with editor via the command line.\n\n## Installation\n\n### Homebrew (Recommended)\n\n```sh\nbrew install codeeditapp/formulae/codeedit-cli\n\n# or \n\nbrew tap codeeditapp/formulae\nbrew install codeedit-cli\n```\n\n### Download\n\nDownload the universal binary from the latest release, extract the zip and move it to `/usr/local/bin/`.\n\n### Build locally\n\n```sh\nswift build -c release --arch arm64 --arch x86_64\nsudo cp -f .build/apple/Products/Release/codeedit /usr/local/bin/codeedit\n```\n\n\u003e Note that you must have `CodeEdit` installed in a `Release` configuration. A `Debug` build of `CodeEdit` will not work.\n\n## Documentation\n\n### `open`\n\nOpens CodeEdit.\n\n### Folder\n\n```sh\ncodeedit ./my-project\n```\n\n### File\n\n```sh\ncodeedit index.html\n```\n\nFrom an optional line\n\n```sh\ncodeedit index.html:50\n```\n\nFrom an optional line and column\n\n```sh\ncodeedit index.html:50:50\n```\n\n### `version`\n\nOutputs the version of CodeEdit and CodeEdit CLI Tools.\n\n```sh\ncodeedit version\n```\n\n### `new-window` (not available yet)\n\nOpens a new window.\n\n```sh\ncodeedit new-window\n```\n\n### `--goto` (not available yet)\n\nOpens a file at a line and optional position.\n\nDocumentation coming soon.\n\n### `list-extensions` (not available yet)\n\nDocumentation coming soon.\n\n### `install` (not available yet)\n\nInstall an extension.\n\nDocumentation coming soon.\n\n### `uninstall` (not available yet)\n\nUninstall an extension.\n\nDocumentation coming soon.\n\n### `activate` (not available yet)\n\nActivate an extension.\n\nDocumentation coming soon.\n\n### `deactivate` (not available yet)\n\nDeactivate an extension.\n\nDocumentation coming soon.\n\n\n## Related Repositories\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/CodeEditApp/CodeEdit\"\u003e\n        \u003cimg src=\"https://github.com/CodeEditApp/CodeEdit/blob/main/.github/CodeEdit-Icon-128@2x.png?raw=true\" width=\"128\" height=\"128\"\u003e\n        \u003cp\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;CodeEdit\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003c/p\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/CodeEditApp/CodeEditSourceEditor\"\u003e\n        \u003cimg src=\"https://github.com/CodeEditApp/CodeEditSourceEditor/blob/main/.github/CodeEditSourceEditor-Icon-128@2x.png?raw=true\" width=\"128\" height=\"128\"\u003e\n        \u003cp\u003eCodeEditSourceEditor\u003c/p\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/CodeEditApp/CodeEditTextView\"\u003e\n        \u003cimg src=\"https://github.com/CodeEditApp/CodeEditTextView/blob/main/.github/CodeEditTextView-Icon-128@2x.png?raw=true\" width=\"128\" height=\"128\"\u003e\n        \u003cp\u003eCodeEditTextView\u003c/p\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/CodeEditApp/CodeEditLanguages\"\u003e\n        \u003cimg src=\"https://github.com/CodeEditApp/CodeEditLanguages/blob/main/.github/CodeEditLanguages-Icon-128@2x.png?raw=true\" height=\"128\"\u003e\n        \u003cp\u003eCodeEditLanguages\u003c/p\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/CodeEditApp/CodeEditKit\"\u003e\n        \u003cimg src=\"https://github.com/CodeEditApp/CodeEditKit/blob/main/.github/CodeEditKit-Icon-128@2x.png?raw=true\" width=\"128\" height=\"128\"\u003e\n        \u003cp\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;CodeEditKit\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003c/p\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeeditapp%2Fcodeeditcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeeditapp%2Fcodeeditcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeeditapp%2Fcodeeditcli/lists"}