diff --git a/README.md b/README.md index c427cc0e..96a2f01a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # NANO FOR WINDOWS -This is the 32/64 bits Windows terminal version of the legendary **[GNU nano text editor](https://www.nano-editor.org/)**, a small and compact CLI editor that packs a world of functionality in a small footprint (less than 300KB) based on the pico editor. +This is the 32/64 bits Windows terminal version of the legendary **[GNU nano text editor](https://www.nano-editor.org/)**, a small and compact CLI editor that packs a world of functionality in a small footprint (less than 300KB). -GNU nano is constantly being upgraded, but the original project is limited to providing support and functionality only for Linux. This project is meant to bring the latest updates to Windows 64/32. +GNU nano is constantly being upgraded, but the original project is limited to providing support and functionality only for Linux. This project is meant to bring the latest updates to Windows 64/32 bits.
@@ -18,6 +18,7 @@ Pretty much everything is supported except for Linux-specific functions. We can - Integrated file browser. - Mouse support for scroll and cursor location. - Normal or regular expression (regex) search and replace. +- auto indent, fast line comment for many programming languages. - Line wrap, search, cut, copy & paste, and all the basic functions of any full-fledged editor. @@ -51,3 +52,5 @@ The interface customization file is located in the user profile and has a fair d # Known Issues - Pipes in Windows are not working yet. + +Feel free to open any issue you find, or use the [Discussions](https://github.com/okibcn/nano-for-windows/discussions) section for any other issue, suggestion, question, etc...