mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
A modern and intuitive terminal-based text editor
| .gitignore | ||
| buffer.go | ||
| cursor.go | ||
| eventhandler.go | ||
| LICENSE | ||
| micro.go | ||
| README.md | ||
| rope.go | ||
| stack.go | ||
| statusline.go | ||
| todolist.md | ||
| util.go | ||
| view.go | ||
Micro
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