<a href=https://aartaka.me/customize-ed-2>Read on the website: </a>
aartaka.me·17h·
Discuss: r/programming
Flag this post

By Artyom Bologov

Now wait, isn’t ed(1) already customizable enough? No, not enough. It’s still pretty pedestrian with all my previous customizations. I want to get real dirty with it. And you’ll watch this perversion I’m commiting:

  • Syntax highlighting
  • “Visual” editing
  • Paredit-like structural editing
  • And IDE “functionality”

Don’t mind the quotes, the stuff is still pretty good… for ed(1). Shall we?

A Praise to Rlwrap #

I’ve already used Rlwrap in my previous post, but only as a line editing wrapper. Rlwrap is awesome and is much more than mere line editing:

  • It allows using custom filters on input, output, prompt, history etc.
  • It supports…

Similar Posts

Loading similar posts...