Skip to content

Commit 00205aa

Browse files
committed
Update readme
1 parent ecb9fd5 commit 00205aa

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2017: Zachary Yedidia, et al.
3+
Copyright (c) 2016-2020: Zachary Yedidia, et al.
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Snap Status](https://build.snapcraft.io/badge/zyedidia/micro.svg)](https://build.snapcraft.io/user/zyedidia/micro)
88

99
Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities
10-
of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.
10+
of modern terminals. It comes as one single batteries-included binary with no dependencies, and you can download and use it right now.
1111

1212
As the name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use in a pinch, but micro also aims to be
1313
enjoyable to use full time, whether you work in the terminal because you prefer it (like me), or because you need to (over ssh).
@@ -16,7 +16,7 @@ Here is a picture of micro editing its source code.
1616

1717
![Screenshot](./assets/micro-solarized.png)
1818

19-
To see more screenshots of micro, showcasing all of the default colorschemes, see [here](http://zbyedidia.webfactional.com/micro/screenshots.html).
19+
To see more screenshots of micro, showcasing some of the default colorschemes, see [here](http://zbyedidia.webfactional.com/micro/screenshots.html).
2020

2121
You can also check out the website for Micro at https://micro-editor.github.io.
2222

@@ -58,7 +58,9 @@ You can also check out the website for Micro at https://micro-editor.github.io.
5858
* Colorscheme support
5959
* By default, micro comes with 16, 256, and true color themes.
6060
* True color support (set the `MICRO_TRUECOLOR` environment variable to 1 to enable it)
61-
* Copy and paste with the system clipboard
61+
* Copy and paste with the system clipboard (requires xclip/xsel on Linux)
62+
* Built-in diff gutter
63+
* Simple autocompletion
6264
* Small and simple
6365
* Easily configurable
6466
* Macros

Diff for: assets/packaging/micro.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ and to report any newly encountered bugs you may find. We strive to correct
119119
bugs as swiftly as possible.
120120

121121
.SH COPYRIGHT
122-
Copyright \(co 2017 Zachary Yedidia, Collin Warren, et al.
122+
Copyright \(co 2020 Zachary Yedidia, et al.
123123
See /usr/share/doc/micro/LICENSE and /usr/share/doc/micro/AUTHORS for more information.

Diff for: runtime/syntax/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Micro's syntax files are licensed under the MIT "Expat" License:
22

3-
Copyright (c) 2016: Zachary Yedidia, Collin Warren, et al.
3+
Copyright (c) 2020: Zachary Yedidia, et al.
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)