mini icon indicating copy to clipboard operation
mini copied to clipboard

small text editor

mini

Mini is a small text editor, inspred by antirez's kilo editor.
It aims to Keep it simple, stupid.

asciicast

Features

Mini has a small set of features just enough to be a usable code editor.

  • Syntax Highligting
  • Searching

Installation

$ go get github.com/hibiken/mini

Usage

$ mini <filename>

Key bindings

Ctrl-Q: quit
Ctrl-S: save
Ctrl-F: find

Limitations

Syntax highlight is enabled for C, C++, and Go, but it can be extended for other languages. Currently mini editor only supports Unix-like OS (e.g. Linux, MacOS).

License

Mini editor is released under MIT license. See LICENSE.