Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davep/obfusurl.el

Obfuscate URLs so they aren't spoilers
https://github.com/davep/obfusurl.el

elisp emacs emacs-lisp lisp obfuscation obfuscator spoiler-tag url urls web

Last synced: 18 days ago
JSON representation

Obfuscate URLs so they aren't spoilers

Awesome Lists containing this project

README

        

[![MELPA Stable](https://stable.melpa.org/packages/obfusurl-badge.svg)](https://stable.melpa.org/#/obfusurl)
[![MELPA](https://melpa.org/packages/obfusurl-badge.svg)](https://melpa.org/#/obfusurl)

# Commentary

`obfusurl.el` provides `obfusurl`, a command that will obfuscate an URL
under the cursor. This might be useful if you are writing out an URL for
someone but the URL itself might spoil the surprise.

For example, this:

``

is turned into this:

``

The latest obfusurl.el is always available from:

```


```

# Thanks

Andy Sawyer for initially pointing out that URLs with
percent escapes already in them would get broken.

Kevin Rodgers for suggesting a method of fixing the above.

Toby Speight for pointing out that I needed to cater
for reserved characters.