{"id":21291691,"url":"https://github.com/jdtsmith/mac-tab-desktop","last_synced_at":"2026-01-02T09:18:47.867Z","repository":{"id":190647993,"uuid":"683076790","full_name":"jdtsmith/mac-tab-desktop","owner":"jdtsmith","description":"Save and restore native Mac tabs with desktop.el","archived":false,"fork":false,"pushed_at":"2023-08-26T14:10:45.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T06:24:18.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdtsmith.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}},"created_at":"2023-08-25T14:40:48.000Z","updated_at":"2023-09-03T10:31:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"c475e375-b21d-4d80-bb56-4b94c1b9f9d6","html_url":"https://github.com/jdtsmith/mac-tab-desktop","commit_stats":null,"previous_names":["jdtsmith/mac-tab-desktop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsmith%2Fmac-tab-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsmith%2Fmac-tab-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsmith%2Fmac-tab-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdtsmith%2Fmac-tab-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdtsmith","download_url":"https://codeload.github.com/jdtsmith/mac-tab-desktop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243760585,"owners_count":20343656,"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-21T13:39:22.958Z","updated_at":"2026-01-02T09:18:47.805Z","avatar_url":"https://github.com/jdtsmith.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mac-tab-desktop: save and restore native Mac tabs\n\nEmacs' in-built `desktop.el` enables saving and restoring all open frames, windows, buffers, files etc.  For users of `tab-bar-mode`, tab configuration is correctly handled.  The [emacs-mac](https://bitbucket.org/mituharu/emacs-mac) port of Emacs enables _native_ tabs on emacs.  This tiny package configures `desktop` to automatically save and restore the native tab configuration.\n\n# Install/usage\n\n```elisp\n(use-package mac-tab-desktop\n  :load-path \"~/code/emacs/mac-tab-desktop\"\n  :config (mac-tab-desktop-mode 1))\n```\n\nor, with straight:\n\n```elisp\n(use-package mac-tab-desktop\n  :straight (mac-tab-desktop :type git :host github :repo \"jdtsmith/mac-tab-desktop\")\n  :config (mac-tab-desktop-mode 1))\n```\n\nBe sure to enable `mac-tab-desktop-mode` prior to the first `desktop-read` (whether explicit, or automatic via [`desktop-save-mode`](https://www.gnu.org/software/emacs/manual/html_node/elisp/Desktop-Save-Mode.html)).\n\n# Pictures\n\nHow emacs-mac native Mac tabs look:\n\n\u003cimg width=\"1114\" alt=\"emacs-mac tabs\" src=\"https://github.com/jdtsmith/mac-tab-desktop/assets/93749/c7fc26fd-57fc-4aee-9b14-df09b436395c\"\u003e\n\nThe emacs-mac tab overview (bind `mac-toggle-tab-group-overview`, or just pinch to zoom out):\n\n\u003cimg width=\"1113\" alt=\"emacs-mac tab overview\" src=\"https://github.com/jdtsmith/mac-tab-desktop/assets/93749/8ea61a16-8d1b-48d2-8ca9-73b1cb74cdf2\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdtsmith%2Fmac-tab-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdtsmith%2Fmac-tab-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdtsmith%2Fmac-tab-desktop/lists"}