about summary refs log tree commit diff stats
path: root/adapter/tools/urldec.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-08-11 13:58:05 +0200
committerbptato <nincsnevem662@gmail.com>2024-08-11 13:58:05 +0200
commit4393412d971269055401f2e8a6be766f4402e193 (patch)
tree8ac55ed62d46bc91f431249434bb2483d3a35e4f /adapter/tools/urldec.nim
parent77aaafba20fd354625985bd65dce046cab759c63 (diff)
downloadchawan-4393412d971269055401f2e8a6be766f4402e193.tar.gz
urldec: merge into urlenc
also, move the ln command to make all
Diffstat (limited to 'adapter/tools/urldec.nim')
-rw-r--r--adapter/tools/urldec.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/adapter/tools/urldec.nim b/adapter/tools/urldec.nim
deleted file mode 100644
index b26fcb68..00000000
--- a/adapter/tools/urldec.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# Percent-decode input received on stdin.
-#TODO a streaming implementation of this could be useful
-
-import utils/twtstr
-
-stdout.write(percentDecode(stdin.readAll()))