https://github.com/danielbayley/atom-url-utils
:atom: A small set of utilities for manipulating URLs in @Atom.
https://github.com/danielbayley/atom-url-utils
apm atom beautify coffeescript editor package tidy uri url
Last synced: 6 months ago
JSON representation
:atom: A small set of utilities for manipulating URLs in @Atom.
- Host: GitHub
- URL: https://github.com/danielbayley/atom-url-utils
- Owner: danielbayley
- License: mit
- Created: 2016-02-23T19:52:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T02:33:01.000Z (about 9 years ago)
- Last Synced: 2025-02-12T11:53:42.436Z (8 months ago)
- Topics: apm, atom, beautify, coffeescript, editor, package, tidy, uri, url
- Language: CoffeeScript
- Homepage: https://atom.io/packages/url-utils
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![badge][apm]][package]
[![badge][chat]][#slack][Atom] URL Utils
================
A small set of utilities for manipulating [URL]s in [Atom].Commands
--------
Each command works on multiple selections, or each URL found in a block of selected text.### Tidy
Currently 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`.This can be configured in the package settings to always enforce [https].
The ability to automatically tidy up all URLs when specified files are saved can also be configured.
### Encode/decode
[URI] encode/decode selected text.### Open
Open selected links in your default browser, or _[atom-webbrowser]_ tabs if installed and configured in package settings.### _Linkify_
Wrap selected URLs in either [Markdown] or [HTML] link tags, depending on the current file _[grammar]_.---
Install
-------
`apm install url-utils` or search “url” under Packages within Atom.License
-------
[MIT] © [Daniel Bayley][MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley
[atom]: https://atom.io
[apm]: https://img.shields.io/apm/v/url-utils.svg?style=flat-square
[package]: https://atom.io/packages/url-utils
[chat]: https://img.shields.io/badge/chat-atom.io%20slack-ff69b4.svg?style=flat-square
[#slack]: https://atom-slack.herokuapp.com[grammar]: http://flight-manual.atom.io/using-atom/sections/grammar
[markdown]: http://commonmark.org/help/tutorial/05-links.html
[HTML]: http://w3schools.com/html/html_links.asp
[URL]: https://en.wikipedia.org/wiki/Uniform_Resource_Locator
[URI]: https://en.wikipedia.org/wiki/Uniform_Resource_Identifier
[https]: http://mashable.com/2011/05/31/https-web-security[atom-webbrowser]: https://atom.io/packages/atom-webbrowser
[browser-plus]: https://atom.io/packages/browser-plus