{"id":18256662,"url":"https://github.com/honmaple/emacs-maple-tabbar","last_synced_at":"2026-02-16T11:03:25.871Z","repository":{"id":145149508,"uuid":"186459622","full_name":"honmaple/emacs-maple-tabbar","owner":"honmaple","description":"show tabbar in emacs","archived":false,"fork":false,"pushed_at":"2021-05-29T16:22:02.000Z","size":387,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T17:43:05.168Z","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/honmaple.png","metadata":{"files":{"readme":"README.org","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-13T16:43:32.000Z","updated_at":"2024-11-22T21:34:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"d97cb6d8-16df-482b-9bd3-29cd51151df5","html_url":"https://github.com/honmaple/emacs-maple-tabbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-tabbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-tabbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-tabbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-tabbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-tabbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937896,"owners_count":21021378,"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-05T10:23:07.502Z","updated_at":"2026-02-16T11:03:25.843Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-tabbar\n** screenshots\n   [[https://github.com/honmaple/emacs-maple-tabbar/blob/master/screenshot/example.png]]\n   [[https://github.com/honmaple/emacs-maple-tabbar/blob/master/screenshot/example1.png]]\n   [[https://github.com/honmaple/emacs-maple-tabbar/blob/master/screenshot/example2.png]]\n   [[https://github.com/honmaple/emacs-maple-tabbar/blob/master/screenshot/example3.png]]\n\n** How to use\n   #+begin_src bash\n   git clone https://github.com/honmaple/emacs-maple-xpm ~/.emacs.d/site-lisp/maple-xpm\n   git clone https://github.com/honmaple/emacs-maple-tabbar ~/.emacs.d/site-lisp/maple-tabbar\n   #+end_src\n\n   #+begin_src elisp\n     (use-package maple-tabbar\n       :ensure nil\n       :commands (maple-tabbar-mode)\n       :config\n       (setq maple-tabbar-ignore '(\"^.*\\\\*\" \"^magit\")\n             maple-tabbar-adjust t\n             maple-tabbar-icon (display-graphic-p))\n\n       (defun custom-tabbar-sep(face1 face2 \u0026optional reverse)\n         (propertize\n          (char-to-string (if reverse #xe0b2 #xe0b0))\n          'face (list :background (face-attribute (if reverse face1 face2) :background)\n                      :foreground (face-attribute (if reverse face2 face1) :background))))\n\n       (setq maple-tabbar-sep 'custom-tabbar-sep)\n\n       (defun custom-tabbar-group(buffer)\n         (with-current-buffer buffer\n           (cond ((and (featurep 'projectile) (projectile-project-p))\n                  (projectile-project-name))\n                 (t \"Default\"))))\n       (fset 'maple-tabbar-group 'custom-tabbar-group)\n\n       ;; or with single tabbar show\n       (use-package maple-tabbar-side\n         :ensure nil\n         :commands (maple-tabbar-side-mode))\n   #+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-tabbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-tabbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-tabbar/lists"}