{"id":33214799,"url":"https://github.com/zzamboni/elvish-modules","last_synced_at":"2026-01-24T16:22:03.388Z","repository":{"id":29996783,"uuid":"115667234","full_name":"zzamboni/elvish-modules","owner":"zzamboni","description":"Various modules for Elvish","archived":false,"fork":false,"pushed_at":"2024-03-27T15:32:19.000Z","size":945,"stargazers_count":91,"open_issues_count":7,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-11T13:10:42.647Z","etag":null,"topics":["elvish","hacktoberfest","linux","macos","shell","unix"],"latest_commit_sha":null,"homepage":"","language":"Elvish","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzamboni.png","metadata":{"files":{"readme":"README-src.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}},"created_at":"2017-12-28T23:24:47.000Z","updated_at":"2025-12-17T10:49:53.000Z","dependencies_parsed_at":"2023-02-18T12:03:54.841Z","dependency_job_id":null,"html_url":"https://github.com/zzamboni/elvish-modules","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zzamboni/elvish-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzamboni%2Felvish-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzamboni%2Felvish-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzamboni%2Felvish-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzamboni%2Felvish-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzamboni","download_url":"https://codeload.github.com/zzamboni/elvish-modules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzamboni%2Felvish-modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28731224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"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":["elvish","hacktoberfest","linux","macos","shell","unix"],"created_at":"2025-11-16T13:00:22.913Z","updated_at":"2026-01-24T16:22:03.382Z","avatar_url":"https://github.com/zzamboni.png","language":"Elvish","funding_links":[],"categories":["General Libraries"],"sub_categories":[],"readme":"#+macro: module-summary (eval (org-export-string-as (concat \"- [[file:\" $1 \".org][\" $1 \"]] :: \\n  #+include: \" $1 \".org::module-summary\\n\") 'org t))\n#+EXPORT_FILE_NAME: README.org\n\n#+title: zzamboni's Elvish libraries\n#+author: Diego Zamboni\n#+email: diego@zzamboni.org\n\nThis Elvish package contains various modules I have written for the [[https://elv.sh/][Elvish shell]]. [[https://github.com/zzamboni/elvish-themes/][Themes]] and [[https://github.com/zzamboni/elvish-completions][completions]] are kept in separate packages.\n\n* Compatibility\n\nThese modules are only guaranteed to be fully compatible with [[https://elv.sh/get/][Elvish HEAD]], which is what I use. This means that occasionally, they will not work even with the latest official release, when breaking changes are introduced. Since Elvish is in active development, I highly recommend you use the latest commit too.\n\n* Installation\n\nTo install, use [[https://elvish.io/ref/epm.html][epm]]:\n\n#+begin_src elvish\n  use epm\n  epm:install github.com/zzamboni/elvish-modules\n#+end_src\n\nFor each module you want to use, you need to add the following to your =rc.elv= file:\n\n#+begin_src elvish\n  use github.com/zzamboni/elvish-modules/\u003cmodulename\u003e\n#+end_src\n\nSee each module's page for detailed usage instructions.\n\n* Modules\n\nThe following modules are included:\n\n#+begin_src elvish :exports results :results drawer :eval no-export\necho \"\" # blank lines prevents github rendering error in which the first item is now shown\nls *.org | egrep -v 'README|_template' | each [m]{ echo \"{{{module-summary(\"(basename $m .org)\")}}}\" }\n#+end_src\n\n#+RESULTS:\n:results:\n\n{{{module-summary(1pass)}}}\n{{{module-summary(alias)}}}\n{{{module-summary(atlas)}}}\n{{{module-summary(bang-bang)}}}\n{{{module-summary(dir)}}}\n{{{module-summary(git-summary)}}}\n{{{module-summary(git-vcsh)}}}\n{{{module-summary(iterm2)}}}\n{{{module-summary(lazy-vars)}}}\n{{{module-summary(leanpub)}}}\n{{{module-summary(long-running-notifications)}}}\n{{{module-summary(nix)}}}\n{{{module-summary(opsgenie)}}}\n{{{module-summary(prompt-hooks)}}}\n{{{module-summary(proxy)}}}\n{{{module-summary(semver)}}}\n{{{module-summary(spinners)}}}\n{{{module-summary(terminal-title)}}}\n{{{module-summary(test)}}}\n{{{module-summary(tinytex)}}}\n{{{module-summary(tty)}}}\n{{{module-summary(util)}}}\n:end:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzamboni%2Felvish-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzamboni%2Felvish-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzamboni%2Felvish-modules/lists"}