{"id":23263668,"url":"https://github.com/danielbayley/atom-url-utils","last_synced_at":"2025-04-06T06:25:31.974Z","repository":{"id":142182214,"uuid":"52387117","full_name":"danielbayley/atom-url-utils","owner":"danielbayley","description":":atom: A small set of utilities for manipulating URLs in @Atom.","archived":false,"fork":false,"pushed_at":"2016-07-22T02:33:01.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T11:53:42.436Z","etag":null,"topics":["apm","atom","beautify","coffeescript","editor","package","tidy","uri","url"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/url-utils","language":"CoffeeScript","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/danielbayley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"danielbayley","polar":"danielbayley","open_collective":"danielbayley","thanks_dev":"danielbayley","issuehunt":"danielbayley","custom":["https://paypal.me/danieljbayley","https://blockchain.com/btc/address/37rdZq4muDVNJh6jCr4XDXf8X2EFKjL3QQ","https://blockchain.com/eth/address/0x6248B4349e633969376dA20F9C8577530062BE64"]}},"created_at":"2016-02-23T19:52:36.000Z","updated_at":"2020-10-26T07:26:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"60daaf24-ba71-49ee-b498-de2a4fb10c32","html_url":"https://github.com/danielbayley/atom-url-utils","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbayley%2Fatom-url-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbayley%2Fatom-url-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbayley%2Fatom-url-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbayley%2Fatom-url-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielbayley","download_url":"https://codeload.github.com/danielbayley/atom-url-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247442439,"owners_count":20939476,"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":["apm","atom","beautify","coffeescript","editor","package","tidy","uri","url"],"created_at":"2024-12-19T14:19:42.071Z","updated_at":"2025-04-06T06:25:31.968Z","avatar_url":"https://github.com/danielbayley.png","language":"CoffeeScript","funding_links":["https://github.com/sponsors/danielbayley","https://polar.sh/danielbayley","https://opencollective.com/danielbayley","https://thanks.dev/danielbayley","https://issuehunt.io/r/danielbayley","https://paypal.me/danieljbayley","https://blockchain.com/btc/address/37rdZq4muDVNJh6jCr4XDXf8X2EFKjL3QQ","https://blockchain.com/eth/address/0x6248B4349e633969376dA20F9C8577530062BE64"],"categories":[],"sub_categories":[],"readme":"[![badge][apm]][package]\n[![badge][chat]][#slack]\n\n[Atom] URL Utils\n================\nA small set of utilities for manipulating [URL]s in [Atom].\n\nCommands\n--------\nEach command works on multiple selections, or each URL found in a block of selected text.\n\n### Tidy\nCurrently removes any unnecessary `www.` or trailing `/` from selected URLs, and prepends the `http://` protocol if absent. For example, `www.atom.io` becomes `http://atom.io`.\n\nThis can be configured in the package settings to always enforce [https].\n\nThe ability to automatically tidy up all URLs when specified files are saved can also be configured.\n\n### Encode/decode\n[URI] encode/decode selected text.\n\n### Open\nOpen selected links in your default browser, or _[atom-webbrowser]_ tabs if installed and configured in package settings.\n\n### _Linkify_\nWrap selected URLs in either [Markdown] or [HTML] link tags, depending on the current file _[grammar]_.\n\n---\n\nInstall\n-------\n`apm install url-utils` or search “url” under Packages within Atom.\n\nLicense\n-------\n[MIT] © [Daniel Bayley]\n\n[MIT]:              LICENSE.md\n[Daniel Bayley]:    https://github.com/danielbayley\n[atom]:             https://atom.io\n[apm]:              https://img.shields.io/apm/v/url-utils.svg?style=flat-square\n[package]:          https://atom.io/packages/url-utils\n[chat]:             https://img.shields.io/badge/chat-atom.io%20slack-ff69b4.svg?style=flat-square\n[#slack]:           https://atom-slack.herokuapp.com\n\n[grammar]:          http://flight-manual.atom.io/using-atom/sections/grammar\n[markdown]:         http://commonmark.org/help/tutorial/05-links.html\n[HTML]:             http://w3schools.com/html/html_links.asp\n[URL]:              https://en.wikipedia.org/wiki/Uniform_Resource_Locator\n[URI]:              https://en.wikipedia.org/wiki/Uniform_Resource_Identifier\n[https]:            http://mashable.com/2011/05/31/https-web-security\n\n[atom-webbrowser]:  https://atom.io/packages/atom-webbrowser\n[browser-plus]:     https://atom.io/packages/browser-plus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbayley%2Fatom-url-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielbayley%2Fatom-url-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbayley%2Fatom-url-utils/lists"}