{"id":47616341,"url":"https://github.com/everettjf/liney","last_synced_at":"2026-04-27T06:05:14.927Z","repository":{"id":345906785,"uuid":"1187773575","full_name":"everettjf/liney","owner":"everettjf","description":"Liney is a native macOS terminal workspace built with AppKit, SwiftUI, and Ghostty, designed for multi-repo workflows, worktree switching, and focused vibe coding.","archived":false,"fork":false,"pushed_at":"2026-04-20T17:38:56.000Z","size":47297,"stargazers_count":109,"open_issues_count":1,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T18:19:42.740Z","etag":null,"topics":["ghostty","macos","swift","terminal"],"latest_commit_sha":null,"homepage":"http://liney.dev","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/everettjf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-21T06:20:26.000Z","updated_at":"2026-04-20T17:37:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/everettjf/liney","commit_stats":null,"previous_names":["everettjf/liney"],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/everettjf/liney","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Fliney","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Fliney/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Fliney/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Fliney/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everettjf","download_url":"https://codeload.github.com/everettjf/liney/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Fliney/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32324555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ghostty","macos","swift","terminal"],"created_at":"2026-04-01T21:28:45.240Z","updated_at":"2026-04-27T06:05:09.917Z","avatar_url":"https://github.com/everettjf.png","language":"Swift","readme":"# Liney\n\n[中文版本](./README.zh-CN.md)\n\n[![Website](https://img.shields.io/badge/Website-liney.dev-111111?style=flat-square)](https://liney.dev)\n[![Releases](https://img.shields.io/badge/Download-GitHub%20Releases-24292f?style=flat-square\u0026logo=github)](https://github.com/everettjf/liney/releases)\n[![Platform](https://img.shields.io/badge/Platform-macOS-black?style=flat-square)](https://liney.dev)\n[![License](https://img.shields.io/badge/License-Apache%202.0-2ea44f?style=flat-square)](./LICENSE)\n\nLiney is a native macOS terminal workspace app for developers who work across repositories, worktrees, branches, and split panes.\n\nIt gives you one focused place to open codebases, switch worktrees, keep terminal layouts around, and move faster without juggling a pile of Terminal windows.\n\n![Liney app screenshot](./images/screenshot.png)\n\n## Why Use Liney\n\n- Keep multiple repositories and worktrees in one sidebar.\n- Reopen the same pane layout when you come back to a repo.\n- Mix local shell, SSH, and agent-backed terminal sessions.\n- Stay in a native macOS app built around keyboard-heavy workflows.\n\n## Install\n\n### Homebrew\n\n```bash\nbrew update \u0026\u0026 brew install --cask everettjf/tap/liney\n```\n\n### Direct Download\n\nDownload the latest signed `.dmg` from GitHub Releases:\n\n\u003chttps://github.com/everettjf/liney/releases/latest\u003e\n\n## Quick Start\n\n1. Open Liney.\n2. Add one or more local repositories to the sidebar.\n3. Select a repository or worktree and open a terminal tab.\n4. Split panes as needed and switch worktrees without rebuilding your layout from scratch.\n\n## Requirements\n\n- macOS 14.6 or later\n- Universal build: Apple Silicon and Intel Macs are both supported\n\n## Links\n\n- Website: \u003chttps://liney.dev\u003e\n- Releases: \u003chttps://github.com/everettjf/liney/releases\u003e\n- Issues: \u003chttps://github.com/everettjf/liney/issues\u003e\n- Discord: \u003chttps://discord.com/invite/eGzEaP6TzR\u003e\n\n## For Developers\n\nDevelopment setup, build commands, testing, repo layout, and release docs live in [`DEVELOP.md`](./DEVELOP.md).\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=everettjf/liney\u0026type=Date)](https://www.star-history.com/#everettjf/liney\u0026Date)\n\n## License\n\nReleased under the Apache License 2.0. See [`LICENSE`](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverettjf%2Fliney","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverettjf%2Fliney","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverettjf%2Fliney/lists"}