Fork of micro editor
Find a file
2016-03-21 12:18:41 -04:00
.gitignore Switch to go in order to use tcell 2016-03-17 17:27:57 -04:00
buffer.go Add header parsing for files without extensions 2016-03-21 12:18:41 -04:00
cursor.go Fix bugs with undo/redo 2016-03-19 20:32:14 -04:00
eventhandler.go Fix bugs with undo/redo 2016-03-19 20:32:14 -04:00
highlighter.go Replace Compile with MustCompile 2016-03-21 12:18:41 -04:00
LICENSE Move license to LICENSE 2016-03-18 21:41:26 -04:00
micro.go Better syntax file loading, load files from ~/.micro by default 2016-03-21 12:18:41 -04:00
README.md Fix license 2016-03-20 17:33:37 -04:00
rope.go Comments and style for rope 2016-03-18 21:25:45 -04:00
stack.go Add undo/redo stack 2016-03-19 18:16:10 -04:00
statusline.go Better syntax file loading, load files from ~/.micro by default 2016-03-21 12:18:41 -04:00
todolist.md Initial syntax highlighting 2016-03-21 12:18:41 -04:00
util.go Add comment fix go style 2016-03-18 20:40:00 -04:00
view.go Add header parsing for files without extensions 2016-03-21 12:18:41 -04:00

Micro

Go Report Card MIT License

Micro is a work in progress, not suitable for use yet.

Micro is a command line text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.

Features

  • Easy to use
  • Common keybindings (ctrl-s, ctrl-c, ctrl-v, ctrl-z...)
  • Extremely good mouse support
  • True color support
  • Cross platform
  • Fast and efficient
  • Syntax highlighting

Not all of this is implemented yet -- see progress

Installation

Installation is simple. For now you must build from source, although in the future binaries will be provided.

go get -u github.com/zyedidia/micro

Progress

Micro is very much a work in progress right now. To see what has and hasn't been done yet, see the todolist