From 6e7472e2de4addc7628e3055f1754382d46cd45d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 May 2025 19:54:23 +0530 Subject: Add ed and fluidsynth --- scripts/bin/ned | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/bin/ned (limited to 'scripts/bin/ned') 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; -- cgit v1.3.1