Skip to content

chmouel/isgd.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

isgd.el

Introduction

isgd.el will simply shorten your url with the is.gd service.

Usage

Use (isgd-shorten URL) from an Emacs Lisp program, or M-x isgd-copy-url-at-point to copy the shortened URL at point (or the region) to the kill ring, or M-x isgd-replace-url-at-point to replace the URL at point (or the region) with a shortened version.

Installation

(use-package isgd
  :ensure t
  :custom
  (isgd-logstats nil)
  (isgd-ask-custom-url t))

Customization

  • isgd-base-url is the base URL for the is.gd shortening service API.
  • isgd-logstats enables detailed logging of statistics for shortened URLs.
  • isgd-ask-custom-url asks for a custom short URL when shortening URLs.

License

Apache 2.0

Copyright

Apache-2.0

Authors

Chmouel Boudjnah

About

is.gd url shortener interface to emacs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published