summaryrefslogtreecommitdiffstats
path: root/network/surl/README
diff options
context:
space:
mode:
author B. Watson2020-11-20 16:26:18 +0100
committer Willy Sudiarto Raharjo2020-11-21 19:14:20 +0100
commit7eec2a29897a61406ebf1ff3dd8da9b3506d3f1e (patch)
tree57ffc99caa92ac62f79c796dc44af810d55380b4 /network/surl/README
parent9c7adf157333a16fbb7c911c510cee0ab2bb0f3a (diff)
downloadslackbuilds-7eec2a29897a61406ebf1ff3dd8da9b3506d3f1e.tar.gz
network/surl: Added (URL shortener)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/surl/README')
-rw-r--r--network/surl/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/network/surl/README b/network/surl/README
new file mode 100644
index 0000000000..0fe4a8170a
--- /dev/null
+++ b/network/surl/README
@@ -0,0 +1,14 @@
+surl (URL shortener)
+
+surl is a URL shortening command line application that supports
+various sites. It supports stdin or filename input. It grabs the
+URLs, converts them, and returns the same text that was used in the
+input. It is known to work with a few services, such as tinyurl.com,
+is.gd, and others.
+
+surl hasn't been updated in a few years, so not all of the services
+it supports are still functional due to changes in the services' APIs.
+The known non-working services have been disabled in this SlackBuild.
+
+Note: Another "surl" project exists, on github. It's a service, not a
+client like this surl.