msedit

Simple text editor with clickable GUI interface for terminal

brewmacoslinux
Try with needOr install directly
Source

About

Simple text editor with clickable interface

Commands

msedit

Examples

open a text file for editing$ msedit myfile.txt
create and edit a new file$ msedit newdocument.txt
edit a configuration file$ msedit ~/.config/app/settings.conf
open editor with multiple files at once$ msedit file1.txt file2.txt file3.txt
edit a file with mouse and keyboard support$ msedit script.sh