Lines Matching refs:micro

1 <img alt="micro logo" src="./assets/micro-logo.svg" width="500px"/>
3 …Build Status](https://travis-ci.org/zyedidia/micro.svg?branch=master)](https://travis-ci.org/zyedi…
4 …/goreportcard.com/badge/github.com/zyedidia/micro)](https://goreportcard.com/report/github.com/zye…
5 …https://img.shields.io/github/release/zyedidia/micro.svg?label=Release)](https://github.com/zyedid…
6 …//img.shields.io/badge/license-MIT-blue.svg)](https://github.com/zyedidia/micro/blob/master/LICENS…
7 …hat at https://gitter.im/zyedidia/micro](https://badges.gitter.im/zyedidia/micro.svg)](https://git…
8 [![Snap Status](https://snapcraft.io/micro/badge.svg)](https://snapcraft.io/micro)
10 **micro** is a terminal-based text editor that aims to be easy to use and intuitive, while also tak…
13 As its name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to…
16 Here is a picture of micro editing its source code.
18 ![Screenshot](./assets/micro-solarized.png)
20 To see more screenshots of micro, showcasing some of the default color schemes, see [here](https://
22 You can also check out the website for Micro at https://micro-editor.github.io.
58 - micro has a built-in plugin manager to automatically install, remove, and update plugins.
65 - By default, micro comes with 16, 256, and true color themes.
75 To install micro, you can download a [prebuilt binary](https://github.com/zyedidia/micro/releases),…
77 …u want more information about ways to install micro, see this [wiki page](https://github.com/zyedi…
79 Use `micro -version` to get the version information after installing. It is only guaranteed that yo…
82 …n page can be found in the [assets/packaging](https://github.com/zyedidia/micro/tree/master/assets…
86 All you need to install micro is one file, the binary itself. It's as simple as that!
88 Download the binary from the [releases](https://github.com/zyedidia/micro/releases) page.
92 There is a script which can install micro for you by downloading the latest prebuilt binary. You ca…
94 You can easily install micro by running
100 …place the micro binary in the current directory. From there, you can move it to a directory on you…
102 To uninstall micro, simply remove the binary, and the configuration directory at `~/.config/micro`.
106 You can install micro using Homebrew on Mac:
109 brew install micro
112 **Note for Mac:** All micro keybindings use the control or alt (option) key, not the command
114 the section on [macOS terminals](https://github.com/zyedidia/micro#macos-terminal) further below.
116 On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/install)
119 snap install micro --classic
123 … see the section on [Linux clipboard support](https://github.com/zyedidia/micro#linux-clipboard-su…
130 …* `apt install micro` (Ubuntu 20.04 `focal`, and Debian `unstable | testing | buster-backports`). …
131 * `dnf install micro` (Fedora).
132 * `pacman -S micro` (Arch Linux).
133 * `eopkg install micro` (Solus).
134 …* See [wiki](https://github.com/zyedidia/micro/wiki/Installing-Micro) for details about CRUX, Term…
136 * `choco install micro`.
137 * `scoop install micro`.
139 * `pkd_add -v micro`.
141 * `pkg_add micro`
150 git clone https://github.com/zyedidia/micro
151 cd micro
153 sudo mv micro /usr/local/bin # optional
161 You can install directly with `go get` (`go get github.com/zyedidia/micro/cmd/micro`) but this isn't
162 recommended because it doesn't build micro with version information (necessary for the plugin manag…
167 By default, the micro binary will dynamically link with core system libraries (this is generally
189 If you don't have these commands, micro will use an internal clipboard for copy and paste, but it w…
193 If you open micro and it doesn't seem like syntax highlighting is working, this is probably because
195 by pressing <kbd>Ctrl-e</kbd> in micro and typing `set colorscheme simple`.
201 that micro's default color scheme won't look very good. You can either set
207 Cygwin, Mingw, and Plan9 are unfortunately not officially supported. In Cygwin and Mingw, micro wil…
211 winpty micro.exe ...
215 means that micro is restricted to the platforms tcell supports. As a result, micro does not support
220 Once you have built the editor, start it by running `micro path/to/file.txt` or `micro` to open an …
222 micro also supports creating buffers from `stdin`:
225 ifconfig | micro
236 micro has a built-in help system which you can access by pressing <kbd>Ctrl-e</kbd> and typing `hel…
239 - [main help](https://github.com/zyedidia/micro/tree/master/runtime/help/help.md)
240 - [keybindings](https://github.com/zyedidia/micro/tree/master/runtime/help/keybindings.md)
241 - [commands](https://github.com/zyedidia/micro/tree/master/runtime/help/commands.md)
242 - [colors](https://github.com/zyedidia/micro/tree/master/runtime/help/colors.md)
243 - [options](https://github.com/zyedidia/micro/tree/master/runtime/help/options.md)
244 - [plugins](https://github.com/zyedidia/micro/tree/master/runtime/help/plugins.md)
246 I also recommend reading the [tutorial](https://github.com/zyedidia/micro/tree/master/runtime/help/…
247 a brief introduction to the more powerful configuration features micro offers.
253 You can use the [GitHub issue tracker](https://github.com/zyedidia/micro/issues)
256 …al setting to discuss the editor, you can join the [Gitter chat](https://gitter.im/zyedidia/micro).