]> git.lizzy.rs Git - micro.git/commitdiff
Update readme
authorZachary Yedidia <zyedidia@gmail.com>
Mon, 10 Feb 2020 05:38:57 +0000 (00:38 -0500)
committerZachary Yedidia <zyedidia@gmail.com>
Mon, 10 Feb 2020 05:38:57 +0000 (00:38 -0500)
LICENSE
README.md
assets/packaging/micro.1
runtime/syntax/LICENSE

diff --git a/LICENSE b/LICENSE
index 8e0d4d351056202ed5d946222ac3ec6d615128df..43e745149ceb8372ff45ea818a6bbe95fe726869 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2016-2017: Zachary Yedidia, et al.
+Copyright (c) 2016-2020: Zachary Yedidia, et al.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
index 73e2ab7708ed7758fccb1f4ea03937f9002f17fe..d1c7548f4a51c7b2fc9837a4b635b463a5be82b8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Snap Status](https://build.snapcraft.io/badge/zyedidia/micro.svg)](https://build.snapcraft.io/user/zyedidia/micro)
 
 Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities
-of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now.
+of modern terminals. It comes as one single batteries-included binary with no dependencies, and you can download and use it right now.
 
 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
 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.
 
 ![Screenshot](./assets/micro-solarized.png)
 
-To see more screenshots of micro, showcasing all of the default colorschemes, see [here](http://zbyedidia.webfactional.com/micro/screenshots.html).
+To see more screenshots of micro, showcasing some of the default colorschemes, see [here](http://zbyedidia.webfactional.com/micro/screenshots.html).
  
 You can also check out the website for Micro at https://micro-editor.github.io.
 
@@ -58,7 +58,9 @@ You can also check out the website for Micro at https://micro-editor.github.io.
 * Colorscheme support
     * By default, micro comes with 16, 256, and true color themes.
 * True color support (set the `MICRO_TRUECOLOR` environment variable to 1 to enable it)
-* Copy and paste with the system clipboard
+* Copy and paste with the system clipboard (requires xclip/xsel on Linux)
+* Built-in diff gutter
+* Simple autocompletion
 * Small and simple
 * Easily configurable
 * Macros
index 4cca6a71c62eaf1e4251ad9ad3900119ab7927e4..184807be08a8469edd135a2a77ad32aeba036595 100644 (file)
@@ -119,5 +119,5 @@ and to report any newly encountered bugs you may find. We strive to correct
 bugs as swiftly as possible.
 
 .SH COPYRIGHT
-Copyright \(co 2017 Zachary Yedidia, Collin Warren, et al.
+Copyright \(co 2020 Zachary Yedidia, et al.
 See /usr/share/doc/micro/LICENSE and /usr/share/doc/micro/AUTHORS for more information.
index 68f694150c74345d107bdae3beb54d7f78f43677..20e978cb26ede3a8fd8b8950d42190832108ea67 100644 (file)
@@ -1,6 +1,6 @@
 Micro's syntax files are licensed under the MIT "Expat" License:
 
-Copyright (c) 2016: Zachary Yedidia, Collin Warren, et al.
+Copyright (c) 2020: Zachary Yedidia, et al.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the