|
|
|
@ -1,10 +1,12 @@
|
|
|
|
|
#! /bin/bash
|
|
|
|
|
# fred - FRiendly ED
|
|
|
|
|
# Author: samhunter@rawtext.club
|
|
|
|
|
readonly PROGNAME=${0##*/}
|
|
|
|
|
# https://git.rawtext.club/samhunter/rtc-shell-scripts
|
|
|
|
|
#
|
|
|
|
|
readonly PROGNAME="${0##/}"
|
|
|
|
|
readonly VERSION="1.0"
|
|
|
|
|
|
|
|
|
|
ed -v -p "ED
|
|
|
|
|
rlwrap ed -v -p "ED
|
|
|
|
|
(a)ppend, (i)nsert, (c)hange. Finish with '.' in a separate line.
|
|
|
|
|
(d)elete, (,p)rint lines, (,l)ist special chars, print with (,n)umbers
|
|
|
|
|
(w)rite file, (r)ead file, (e)dit file. /search. s/ubsti/tute/. (q)uit
|
|
|
|
|