{"id":13693227,"url":"https://github.com/kuglee/TermiWatch","last_synced_at":"2025-05-02T21:31:47.872Z","repository":{"id":37663133,"uuid":"161073102","full_name":"kuglee/TermiWatch","owner":"kuglee","description":"Terminal Watch Face for Apple Watch","archived":false,"fork":false,"pushed_at":"2022-08-27T20:57:53.000Z","size":3329,"stargazers_count":2171,"open_issues_count":49,"forks_count":180,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-04-26T15:58:52.501Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuglee.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":"2018-12-09T19:21:04.000Z","updated_at":"2025-04-26T15:47:28.000Z","dependencies_parsed_at":"2022-07-13T10:50:34.463Z","dependency_job_id":null,"html_url":"https://github.com/kuglee/TermiWatch","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuglee%2FTermiWatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuglee%2FTermiWatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuglee%2FTermiWatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuglee%2FTermiWatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuglee","download_url":"https://codeload.github.com/kuglee/TermiWatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252108855,"owners_count":21696150,"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-08-02T17:01:07.192Z","updated_at":"2025-05-02T21:31:46.892Z","avatar_url":"https://github.com/kuglee.png","language":"Swift","readme":"# TermiWatch\n\nTerminal Watch Face for Apple Watch.\n\n| ![38 mm](Screenshots/38mm.png) | ![42 mm](Screenshots/42mm.png) | ![40 mm](Screenshots/40mm.png) | ![44 mm](Screenshots/44mm.png) |\n| :---: | :---: | :---: | :--: |\n| 38 mm | 42 mm | 40 mm | 44 mm|\n\nInspired by [this](https://www.reddit.com/r/unixporn/comments/9ndo8o/oc_always_keep_some_terminal_with_you/) post on Reddit by u/quarl0w.\n\nFor devices running watchOS 5 or higher.\n\n\n# How to install\n\n## Prerequisites\n  1. Install [Xcode](https://itunes.apple.com/app/xcode/id497799835).\n  1. Become an Apple Developer by logging in [here](https://developer.apple.com). (Select **Account** and log in with your Apple ID.)\n\n## Adding a developer account to Xcode\n  1. Go to **Xcode** menu -\u003e **Xcode** -\u003e **Preferences…**.\n  1. Select the **Accounts** tab.\n  ![Add developer account to Xcode](Screenshots/Add_develper_account_to_xcode.png)\n  1. Click the **+** button in the bottom left corner.\n      1. Select **Apple ID**.\n      1. Provide your Apple ID and password.\n  ![Add developer account to Xcode 2](Screenshots/Add_develper_account_to_xcode_2.png)\n  1. Click the **Manage Certificates…** button.\n      1. Click the **+** button in the bottom left corner.\n      1. Select **Apple Development**.\n      1. Click the **Done** button.\n  ![Manage Certificates](Screenshots/Manage_certificates.png)\n\n## Configuring the project\n  1. Download the latest version:\n  - **Xcode 11 or later**: https://github.com/kuglee/TermiWatch/archive/master.zip\n  - Xcode 10.2: https://github.com/kuglee/TermiWatch/releases/latest  \n  - Xcode 10.1 and older: https://github.com/kuglee/TermiWatch/releases/1.1.1\n  1. Open **TermiWatch.xcodeproj** in **Xcode**.\n  1. Change the project's developer account:\n      1. Select the project in the **Project Navigator**.\n      1. Click the **Show project and targets list** button in the top left corner.\n      ![Show project and targets list](Screenshots/Show_project_and_targets_list.png)\n      1. Select the **General** tab:  \n      ![Change bundle identifier 1](Screenshots/Change_bundle_identifier1.png)\n      1. For each of the 3 **targets** replece *kuglee* in the **Bundle Identifier** field with the name of your developer account. (The name of your Apple ID without the *@xxxx.com*.)\n      ![Change bundle identifier 2](Screenshots/Change_bundle_identifier2.png)\n  1. Change the project's team:\n      1. Select the **Signing \u0026 Capabilities** tab:    \n      ![Change team 1](Screenshots/Change_team1.png)  \n      1. For each of the 3 **targets** change the **Team** to your team. (Usually this is your name.)  \n      ![Change team 2](Screenshots/Change_team2.png)    \n  1. Manually replace bundle identifiers:\n      1. Select **Xcode** menu -\u003e **Find** -\u003e **Find and Replace in Project…**.\n      1. In the **Text** field type *kuglee*.\n      1. In the **With** field type the name of your developer account. (The name of your Apple ID without the @xxxx.com.)\n      1. Click the **Replace All** button.\n  ![Change bundle identifier 3](Screenshots/Change_bundle_identifier3.png)\n\n\n## Installing the app\n  1. Plug your phone into your computer.\n  1. Unlock your phone and trust your computer.\n  1. Select **Xcode** menu -\u003e **Product** -\u003e **Destination**. At the **Device** section select your phone.\n  1. Select **Xcode** menu -\u003e **Product** -\u003e **Run**.\n  1. Wait for the app to install on your phone.\n  1. Go to **Settings** -\u003e **General** -\u003e **Profiles \u0026 Device Management** on your phone to trust the app.\n  1. Install the watchOS app from the **Watch** app.\n  1. Change your watch settings to Always show last used app.\n","funding_links":[],"categories":["Apple Watch","Swift","Sample Apps"],"sub_categories":["Blog"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuglee%2FTermiWatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuglee%2FTermiWatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuglee%2FTermiWatch/lists"}