]> git.lizzy.rs Git - micro.git/blob - README.md
Better syntax file loading, load files from ~/.micro by default
[micro.git] / README.md
1 # Micro
2
3 [![Go Report Card](http://goreportcard.com/badge/zyedidia/micro)](http://goreportcard.com/report/zyedidia/micro)
4 [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/zyedidia/micro/blob/master/LICENSE)
5
6 > Micro is a work in progress, not suitable for use yet.
7
8 Micro is a command line text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities
9 of modern terminals.
10
11 # Features
12
13 * Easy to use
14 * Common keybindings (ctrl-s, ctrl-c, ctrl-v, ctrl-z...)
15 * Extremely good mouse support
16 * True color support
17 * Cross platform
18 * Fast and efficient
19 * Syntax highlighting
20
21 Not all of this is implemented yet -- see [progress](#progress)
22
23 # Installation
24
25 Installation is simple. For now you must build from source, although in the future binaries will be provided.
26
27 ```
28 go get -u github.com/zyedidia/micro
29 ```
30
31 # Progress
32
33 Micro is very much a work in progress right now. To see what has and hasn't been done yet, see the [todolist](todolist.md)