{"id":26151938,"url":"https://github.com/abougouffa/nerd-icons-multimodal","last_synced_at":"2026-03-07T22:32:05.422Z","repository":{"id":255259527,"uuid":"849023422","full_name":"abougouffa/nerd-icons-multimodal","owner":"abougouffa","description":"Shows icons for each file in several Emacs modes, including dired-mode, archive-mode and tar-mode","archived":false,"fork":false,"pushed_at":"2025-06-19T23:45:39.000Z","size":256,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T11:43:38.358Z","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/abougouffa.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-28T20:49:06.000Z","updated_at":"2025-06-29T11:57:22.000Z","dependencies_parsed_at":"2025-06-04T15:27:00.072Z","dependency_job_id":"8271d0e1-1cd2-4480-b290-8ec7803b99ce","html_url":"https://github.com/abougouffa/nerd-icons-multimodal","commit_stats":null,"previous_names":["abougouffa/nerd-icons-multimodal"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/abougouffa/nerd-icons-multimodal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-multimodal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-multimodal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-multimodal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-multimodal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abougouffa","download_url":"https://codeload.github.com/abougouffa/nerd-icons-multimodal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-multimodal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30234566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-11T06:55:13.297Z","updated_at":"2026-03-07T22:32:05.390Z","avatar_url":"https://github.com/abougouffa.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: nerd-icons-multimodal - Use nerd-icons for several modes\n#+author: Abdelhak Bougouffa\n#+language: en\n\n* Supported modes/packages\n\n- dired\n- vc-dir\n- archive-mode\n- tar-mode\n- ztree\n\n* Usage\n\nTo enable globally, add ~nerd-icons-multimodal~ to the ~load-path~ then:\n\n#+begin_src emacs-lisp\n(add-to-list 'load-path \"path/to/nerd-icons-multimodal\")\n(require 'nerd-icons-multimodal)\n(global-nerd-icons-multimodal-mode 1)\n#+end_src\n\nOr using ~use-package~ and ~straight~:\n\n#+begin_src emacs-lisp\n(use-package nerd-icons-multimodal\n  :straight (:host github :repo \"abougouffa/nerd-icons-multimodal\")\n  :init\n  (global-nerd-icons-multimodal-mode 1))\n#+end_src\n\nOr, the recommended way, by deferring the activation of ~nerd-icons-multimodal-mode~ until necessary:\n\n#+begin_src emacs-lisp\n(use-package nerd-icons-multimodal\n  :straight (:host github :repo \"abougouffa/nerd-icons-multimodal\")\n  :hook ((archive-mode tar-mode dired-mode) . nerd-icons-multimodal-mode))\n#+end_src\n\n* Screenshot\n\n[[file:screenshot.png]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabougouffa%2Fnerd-icons-multimodal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabougouffa%2Fnerd-icons-multimodal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabougouffa%2Fnerd-icons-multimodal/lists"}