{"id":19420586,"url":"https://github.com/karimaziev/git-util","last_synced_at":"2026-04-29T13:36:02.043Z","repository":{"id":96142095,"uuid":"522195726","full_name":"KarimAziev/git-util","owner":"KarimAziev","description":"Emacs git utils.","archived":false,"fork":false,"pushed_at":"2026-03-04T08:27:36.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T14:30:54.938Z","etag":null,"topics":["emacs","git"],"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/KarimAziev.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":"2022-08-07T11:36:26.000Z","updated_at":"2026-03-04T08:27:40.000Z","dependencies_parsed_at":"2025-06-04T03:36:54.083Z","dependency_job_id":"88733cf6-7013-48fe-8e11-ef441de61171","html_url":"https://github.com/KarimAziev/git-util","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KarimAziev/git-util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fgit-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fgit-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fgit-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fgit-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarimAziev","download_url":"https://codeload.github.com/KarimAziev/git-util/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fgit-util/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32427863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["emacs","git"],"created_at":"2024-11-10T13:24:08.855Z","updated_at":"2026-04-29T13:36:02.015Z","avatar_url":"https://github.com/KarimAziev.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* git-util\n\nCollection of git functions and commands for emacs.\n\n** Requirements\n\n+ Emacs \u003e= 27.1\n+ [[https://github.com/KarimAziev/ivy-yarn][ivy-yarn]] (optional)\n+ jiralib (optional)\n+ vc-git\n+ url-parse\n\n** Installation\n\n*** Manually\n\nDownload repository and it to your load path in your init file:\n\n#+begin_src elisp :eval no\n\n(add-to-list 'load-path \"/path/to/git-util)\n\n(require 'git-util)\n\n#+end_src\n\n*** With use-package and straight\n\n#+begin_src elisp :eval no\n(use-package git-util\n  :straight (git-util\n             :repo \"KarimAziev/git-util\"\n             :type git\n             :host github)\n  :commands (git-util-change-remote-to-ssh\n             git-util-clone-repo\n             git-util-clone-npm-repo\n             git-util-visit-remote))\n#+end_src\n\n** Commands\n\n*** ~git-util-change-remote-to-ssh~\nSwitch remote urLs from HTTPS to SSH.\n*** ~git-util-clone-repo~  (\u0026optional url)\nClone repository at URL into TARGET-DIR or ~km-download-default-repo-dir~.\n*** ~git-util-clone-npm-repo~\nClone repository of npm package.\n*** ~git-util-visit-remote~\nReturn plist of current git repo as straight recipe :repo, :type and :host.\n** Customization\n\n*** ~git-util-autoinstall-chrome-session-dump~\nWhether to install [[https://github.com/lemnos/chrome-session-dump][chrome-session-dump]] as additional source of git url completions.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fgit-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimaziev%2Fgit-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fgit-util/lists"}