EE - Easy Editor

A lightweight text editor for the command line written in BASH

Create, edit, and save plain text files with ease. Perfect for developers, writers, and anyone who loves the terminal. Built for simplicity. Designed for speed. Perfect for when Vi is too much.

โœ๏ธ

Simple Editing

Intuitive editing modes with support for appending, replacing, and direct line editing. No learning curve.

๐Ÿ’พ

Save in Progress

Use :save during editing to save without exiting. Perfect for long editing sessions and checkpoint saving.

โšก

Lightning Fast

Written in pure bash. No dependencies. Starts instantly and runs on any Unix-like system (Linux, MacOS, WSL and more).

๐Ÿ“

File Support

Works with .txt, .md, .html, .css, .js, .csv, .json, .py, and more. Any plain text format.

๐Ÿ”„

Remember Last File

Auto-opens your last edited file when you start EE. Seamless workflow continuity.

๐ŸŽฏ

Command Line Args

Open files directly from the terminal: ee filename.txt. Go straight into editing mode.

How It Works

1

Create or Open

Start EE and create a new file or open an existing one. Simple menu-driven interface guides you through.

2

Edit Your Content

Choose your editing mode: append, replace, or direct line editing. Type :save to save mid-session.

3

Done!

Exit anytime. Your changes are safe. No data loss. No complications. Pure simplicity.

Installation

Step 1: Make it Executable

Terminal
chmod +x ee.sh

Step 2: Run EE

Terminal
./ee.sh

Step 3: (Optional) Install Globally

Terminal
sudo cp ee.sh /usr/local/bin/ee
ee # Now you can use it from anywhere!

Or Open a File Directly

Terminal
ee myfile.txt

Built by Barney Matthews

EE - Easy Editor is an easy to use editor created for people who sometimes don't want to get their hands dirty using Vi or Vim and just want to edit some text.

Visit www.barney.me to learn more

โœ“ Downloaded successfully!