{"id":25395735,"url":"https://github.com/phdenzel/phd-ark-tabline","last_synced_at":"2025-08-11T05:16:06.704Z","repository":{"id":277334141,"uuid":"932091136","full_name":"phdenzel/phd-ark-tabline","owner":"phdenzel","description":"My emacs tab-line customization","archived":false,"fork":false,"pushed_at":"2025-03-31T16:42:24.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T17:00:44.996Z","etag":null,"topics":["customization","emacs","tab-line"],"latest_commit_sha":null,"homepage":"","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/phdenzel.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":"2025-02-13T10:54:21.000Z","updated_at":"2025-03-31T16:42:26.000Z","dependencies_parsed_at":"2025-02-13T12:24:17.728Z","dependency_job_id":"bbb214c9-c598-4068-83ea-bdb3c9dd34ae","html_url":"https://github.com/phdenzel/phd-ark-tabline","commit_stats":null,"previous_names":["phdenzel/phd-ark-tabline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phdenzel/phd-ark-tabline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fphd-ark-tabline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fphd-ark-tabline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fphd-ark-tabline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fphd-ark-tabline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phdenzel","download_url":"https://codeload.github.com/phdenzel/phd-ark-tabline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phdenzel%2Fphd-ark-tabline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269833248,"owners_count":24482413,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"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":["customization","emacs","tab-line"],"created_at":"2025-02-15T20:27:22.126Z","updated_at":"2025-08-11T05:16:06.658Z","avatar_url":"https://github.com/phdenzel.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+AUTHOR: phdenzel\n#+TITLE: phd-ark-tabline.el\n#+DATE: 2025-02-13 Do\n#+OPTIONS: author:nil title:t date:nil timestamp:nil toc:nil num:nil \\n:nil\n\n\n  This is my customization of the Emacs ~tab-line~.\n\n  It provides a minor-mode for toggling the ~phd-ark-tabline~ which\n  includes padded and truncated tab names and some nicer graphics\n  (opposed to the IMHO ugly default).\n\n\n* Installation\n\n  Download this git repository, e.g. to your home directory.  In your\n  ~init.el~ (or equivalent Emacs startup-file), use\n\n  #+begin_src emacs-lisp\n    (add-to-list 'load-path \"~/phd-ark-tabline/\")\n    (require 'phd-ark-tabline)\n    (phd-ark-tabline-mode 1)\n    (global-set-key (kbd \"C-x _\") 'phd-ark-tabline-mode)\n  #+end_src\n\n  or in case you're using ~use-package~\n\n  #+begin_src emacs-lisp\n    (use-package phd-ark-tabline\n      :ensure nil\n      :load-path \"~/phd-ark-tabline/\"\n      :hook (after-init . phd-ark-tabline-mode)\n      :bind ((\"C-x _\" . phd-ark-tabline-mode)))\n  #+end_src\n\n  \n* Configuration\n\n  ~phd-ark-tabline~ is simply overwriting the built-in ~tab-line~ configuration.\n  This means for theming the ~phd-ark-tabline~ simply set the faces for ~tab-line~.\n  If you want to revert to the default ~tab-line~ configuration, use ~M-x phd-ark-tabline-mode~\n  or ~M-x phd-ark-tl/reset-default~.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Fphd-ark-tabline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphdenzel%2Fphd-ark-tabline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphdenzel%2Fphd-ark-tabline/lists"}