aboutsummaryrefslogtreecommitdiff
path: root/scripts/bin
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bin')
-rwxr-xr-xscripts/bin/ned6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/bin/ned b/scripts/bin/ned
new file mode 100755
index 0000000..7ebd8b1
--- /dev/null
+++ b/scripts/bin/ned
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+rlwrap -A --complete-filenames -D 2 \
+ -H ~/.local/state/.ned_history \
+ --only-cook "::ed::" -p'1;35' -R \
+ ed -v -p "::ed:: " -E "$@" || true;