{"id":13894844,"url":"https://github.com/colonelpanic8/flimenu","last_synced_at":"2025-10-17T10:06:03.483Z","repository":{"id":53193077,"uuid":"65956237","full_name":"colonelpanic8/flimenu","owner":"colonelpanic8","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-01T15:17:57.000Z","size":28,"stargazers_count":12,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T20:51:13.551Z","etag":null,"topics":["emacs","imenu"],"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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/colonelpanic8.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-18T01:55:23.000Z","updated_at":"2024-09-18T20:37:24.000Z","dependencies_parsed_at":"2022-09-15T01:12:28.967Z","dependency_job_id":null,"html_url":"https://github.com/colonelpanic8/flimenu","commit_stats":null,"previous_names":["colonelpanic8/flimenu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonelpanic8%2Fflimenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonelpanic8%2Fflimenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonelpanic8%2Fflimenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colonelpanic8%2Fflimenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colonelpanic8","download_url":"https://codeload.github.com/colonelpanic8/flimenu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248092873,"owners_count":21046570,"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":["emacs","imenu"],"created_at":"2024-08-06T18:01:48.198Z","updated_at":"2025-10-17T10:06:03.401Z","avatar_url":"https://github.com/colonelpanic8.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"[[http://melpa.org/#/flimenu][file:http://melpa.org/packages/flimenu-badge.svg]]\n* flimenu\nFlimenu provides functions to flatten imenu indexes and a mode to\napply those functions automatically.\n* Installation\nInstall from MELPA (coming soon) with ~M-x package-install flimenu~. See the [[https://github.com/milkypostman/melpa][melpa repository]] for details about how to set up MELPA if you have not already done so.\n* Configuration\n** Standard\n#+BEGIN_SRC emacs-lisp\n(require 'flimenu)\n\n(setq flimenu-ignore-modes-list 'my-mode-where-things-shouldnt-be-active)\n(flimenu-global-mode)\n#+END_SRC\n** ~use-package~\n#+BEGIN_SRC emacs-lisp\n(use-package flimenu\n  :config\n  (progn\n    (setq flimenu-ignore-modes-list 'my-mode-where-things-shouldnt-be-active)\n    (flimenu-global-mode)))\n#+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolonelpanic8%2Fflimenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolonelpanic8%2Fflimenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolonelpanic8%2Fflimenu/lists"}