https://github.com/computermouth/opennano
https://github.com/computermouth/opennano
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computermouth/opennano
- Owner: computermouth
- License: bsd-2-clause
- Created: 2017-01-23T00:16:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T00:47:53.000Z (over 9 years ago)
- Last Synced: 2025-02-05T11:35:17.854Z (over 1 year ago)
- Language: C
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
opennano
===
opennano is a tiny nano clone without any library dependencies.
The goal of the project is to implement the most important parts of nano while staying under 1024 lines of code (as counted by `cloc`).
Usage:
opennano
Keys:
ctrl-k = Cut/kill line
ctrl-w = Search
ctrl-u = UnCut line
ctrl-? = Help
ctrl-o = Save
ctrl-x = Exit
Syntax highlighting support:
* Sash (`*.sh`)
opennano is based on openemacs which is based on Kilo - a minimal editor written by Salvatore Sanfilippo (antirez).
The code is released under the 2-clause BSD license.