fresh-editor

Fast, lightweight text editor for the terminal with intuitive controls.

brewmacoslinux
Try with needOr install directly
Source

About

Text editor for your terminal: easy, powerful and fast

Commands

fresh

Examples

open and edit a text file$ fresh myfile.txt
create a new file and start editing$ fresh newfile.md
edit a file in the current directory$ fresh config.json
open editor without a file$ fresh
edit a file with line number specified$ fresh script.sh +10