Categorygithub.com/DebuggerAndrzej/vex
repositorypackage
0.0.0-20240506165511-30db3d87e42b
Repository: https://github.com/debuggerandrzej/vex.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Vex

Very simple and basic text editor written in go using ascii escape sequences to manipulate terminal output.

Installation

 go install github.com/DebuggerAndrzej/vex@latest

Requirements:

  • go 1.22 or newer

[!TIP] default installation path for go is ~/go/bin so in order to have vex command available this path has to be added to shell user paths.

Showcase

Basic movements over file, characters inserting and file save.