{"id":20091406,"url":"https://github.com/tejasbubane/emacs-git-io","last_synced_at":"2026-05-12T10:31:14.580Z","repository":{"id":145488377,"uuid":"122520024","full_name":"tejasbubane/emacs-git-io","owner":"tejasbubane","description":"URL shortner for emacs using https://git.io/","archived":false,"fork":false,"pushed_at":"2023-03-22T10:38:50.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T03:09:34.781Z","etag":null,"topics":["emacs","emacs-lisp","github","gitio","url-shortener"],"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/tejasbubane.png","metadata":{"files":{"readme":"README.md","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":"2018-02-22T18:44:49.000Z","updated_at":"2023-03-22T10:23:34.000Z","dependencies_parsed_at":"2023-03-25T09:31:25.505Z","dependency_job_id":null,"html_url":"https://github.com/tejasbubane/emacs-git-io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Femacs-git-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Femacs-git-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Femacs-git-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejasbubane%2Femacs-git-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejasbubane","download_url":"https://codeload.github.com/tejasbubane/emacs-git-io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533637,"owners_count":19977824,"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","emacs-lisp","github","gitio","url-shortener"],"created_at":"2024-11-13T16:31:59.375Z","updated_at":"2026-05-12T10:31:09.555Z","avatar_url":"https://github.com/tejasbubane.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emacs-git-io\n\n[![MELPA](https://melpa.org/packages/git-io-badge.svg)](https://melpa.org/#/git-io)\n\n\nInteractive command to replace github URL at point with a shortened one using [git.io](https://git.io/).\n\nGets the URL at current cursor position, makes a request to [git.io](https://git.io/)\nto get the shortened URL and replaces the original url with the shortened one.\n\n**Note:** This package uses [git.io](https://git.io/) which works only for github URLs.\n\n## Installation:\n\n\n* **MELPA**: Package is available for install in MELPA - `git-io`\n\n* **Manual**: Place the `git-io.el` file in your loadpath\n  and require it: `(require 'git-io)`.\n\n## Usage:\n\nOnce the package is loaded, an interactive command `git-io-shorten` is available.\nPoint on the github url and invoke `git-io-shorten` command: `M-x git-io-shorten`.\n\nOptionally, bind a key for quick usage:\n\n```elisp\n(global-set-key (kbd \"C-x \\\\\") 'git-io-shorten)\n```\n\n## Example:\n\nSee it in action:\n\n![Action](action.gif)\n\n\n## TODO:\n\n* Handle the invalid url error better - give proper message.\n* For some strange reason [git.io](https://git.io/) does not work with `http://` urls\n  check for `http://` urls and convert them to `https://` before making request.\n* Write some tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Femacs-git-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejasbubane%2Femacs-git-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejasbubane%2Femacs-git-io/lists"}