{"id":26151948,"url":"https://github.com/abougouffa/nerd-icons-archive","last_synced_at":"2025-12-26T03:15:08.276Z","repository":{"id":246978351,"uuid":"824346881","full_name":"abougouffa/nerd-icons-archive","owner":"abougouffa","description":"Nerd Icons integration for archive-mode and tar-mode","archived":false,"fork":false,"pushed_at":"2024-07-08T08:48:27.000Z","size":209,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-08T10:58:57.015Z","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}},"created_at":"2024-07-04T23:48:14.000Z","updated_at":"2024-07-08T08:48:30.000Z","dependencies_parsed_at":"2024-07-08T10:41:02.968Z","dependency_job_id":null,"html_url":"https://github.com/abougouffa/nerd-icons-archive","commit_stats":null,"previous_names":["abougouffa/nerd-icons-archive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abougouffa%2Fnerd-icons-archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abougouffa","download_url":"https://codeload.github.com/abougouffa/nerd-icons-archive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242988048,"owners_count":20217538,"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":"2025-03-11T06:55:14.915Z","updated_at":"2025-12-26T03:15:08.237Z","avatar_url":"https://github.com/abougouffa.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: nerd-icons-arhive - Use nerd-icons for archive-mode and tar-mode\n#+author: Abdelhak Bougouffa\n#+language: en\n\n* Usage\nAdd ~nerd-icons-archive~ to the ~load-path~\n\n#+begin_src emacs-lisp\n(add-to-list 'load-path \"path/to/nerd-icons-archive\")\n(require 'nerd-icons-archive)\n(nerd-icons-archive-mode 1)\n#+end_src\n\nOr using ~use-package~ and ~straight~:\n\n\n#+begin_src emacs-lisp\n(use-package nerd-icons-archive\n  :straight (:host github :repo \"abougouffa/nerd-icons-archive\")\n  :init\n  (nerd-icons-archive-mode 1))\n#+end_src\n\nOr, the recommended way, by deferring the activation of ~nerd-icons-archive-mode~ until necessary:\n\n#+begin_src emacs-lisp\n(use-package nerd-icons-archive\n  :straight (:host github :repo \"abougouffa/nerd-icons-archive\")\n  ;; Should be after `tar-mode' or `arc-mode', but `arc-mode' is enough since it is required by the other\n  :after arc-mode\n  :init\n  (nerd-icons-archive-mode 1))\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-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabougouffa%2Fnerd-icons-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabougouffa%2Fnerd-icons-archive/lists"}