{"id":21933688,"url":"https://github.com/chee/feline-mode","last_synced_at":"2025-11-03T19:08:01.960Z","repository":{"id":50619702,"uuid":"519640655","full_name":"chee/feline-mode","owner":"chee","description":"A light, fast, no-frills emacs modeline","archived":false,"fork":false,"pushed_at":"2023-03-01T13:50:55.000Z","size":27,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-27T02:51:09.177Z","etag":null,"topics":["emacs","modeline"],"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/chee.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":"2022-07-30T23:31:35.000Z","updated_at":"2025-09-02T19:33:59.000Z","dependencies_parsed_at":"2025-01-27T12:46:11.787Z","dependency_job_id":"933ce530-08c8-42fd-bd47-ffe03eae99e5","html_url":"https://github.com/chee/feline-mode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chee/feline-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chee%2Ffeline-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chee%2Ffeline-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chee%2Ffeline-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chee%2Ffeline-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chee","download_url":"https://codeload.github.com/chee/feline-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chee%2Ffeline-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001975,"owners_count":26083244,"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-10-09T02:00:07.460Z","response_time":59,"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":["emacs","modeline"],"created_at":"2024-11-29T00:13:21.592Z","updated_at":"2025-10-09T19:30:45.569Z","avatar_url":"https://github.com/chee.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+begin_html\n\u003cdiv align=\"center\" style=\"text-align: center\"\u003e\n  \u003ch1\u003e feline-mode \u003c/h1\u003e\n\n  \u003cdiv\u003e🐈‍⬛\u003c/div\u003e\n \n  \u003cp\u003e\n    \u003ci\u003eA light, fast, no-frills emacs modeline.\u003c/i\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n#+end_html\n\nThe modeline is really noisy. The prettier ones add like 300ms to my emacs\nstart-up time. =feline-mode= is not noisy, it loads almost instantly.\n\nWith the built in mode-line the =global-mode-string= is usually pushed right off\nthe edge of the screen by minor modes. =feline-mode= does not show minor modes.\n\n=feline-mode= shows the following items:\n\n- =*=, if the buffer is modified\n- the major mode (which can be aliased to save space)\n- the buffer name\n- the current =project.el= project, if there is one\n- the line and column (looks like =L17C34=)\n- the =global-mode-string= (useful details from other modes)\n- evil state, if you use evil\n\n** Configuration\n\nInstall it however you like! download it and put it in your =load-path=, or point\n=elpaca= at this repo.\n\nthere are options. there are faces. see =M-x= =customize-group= =feline= :)\n\n*** Example config\n\n#+begin_src elisp\n(use-package feline\n  :config (feline-mode)\n  :custom\n  (feline-line-prefix \"L\")\n  (feline-column-prefix \"C\")\n  (feline-mode-symbols\n   '(emacs-lisp-mode \"λ\"\n     python-mode \"py\"\n     typescript-mode \"ts\"\n     rustic-mode \"🦀\"\n     rust-mode \"🦀\"\n     zig-mode \"🦎\"\n     scheme-mode \"🐔\")))`\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchee%2Ffeline-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchee%2Ffeline-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchee%2Ffeline-mode/lists"}