Skip to content

Commit

Permalink
Added information to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn committed Jan 29, 2023
1 parent 9ccc5bd commit 6713422
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<div align="center"><img width="640" alt="image" src="https://user-images.githubusercontent.com/22417711/215018921-9b0ae50c-e63e-424c-85bb-6b722c5944b0.png"></div>

Expand All @@ -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.

<div align="center"><img width="640" alt="Screenshot 2023-01-26 212422" src="https://user-images.githubusercontent.com/22417711/215018756-09651357-8412-4b2c-a9af-c8dd2f0a20f0.png"></div>
Expand Down Expand Up @@ -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...

0 comments on commit 6713422

Please sign in to comment.