Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davep/obfusurl.el
- Owner: davep
- License: gpl-3.0
- Created: 2016-05-23T17:39:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T15:26:49.000Z (over 7 years ago)
- Last Synced: 2024-11-06T10:56:06.764Z (about 2 months ago)
- Topics: elisp, emacs, emacs-lisp, lisp, obfuscation, obfuscator, spoiler-tag, url, urls, web
- Language: Emacs Lisp
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.