#editor #nano #tty #operating-systems #cli #terminal

app nnrt

Inspired by GNU nano, GNU nnrt is a rust terminal code editor developed for GNU/Linux operating systems. The nnrt editor has as values & features: Abstraction, No copy paste, Cargo utils

4 stable releases

1.0.3 Jan 1, 2024
1.0.2 Dec 26, 2023
1.0.1 Dec 2, 2023
1.0.0 Nov 27, 2023

#65 in Text editors

27 downloads per month

GPL-3.0 license

38KB
741 lines

nnrt

crates.io gitlab

Inspired by GNU nano, GNU nnrt is a rust terminal code editor developed for GNU/Linux operating systems. The nnrt editor has as values & features:

  • Abstraction
  • No copy paste
  • Cargo utils

Special Keyboard Events:

F7 go one page back

F8 go one page ahead

Ctrl + s save file

Ctrl + f format code (cargo fmt)

Ctrl + k delete current line

Ctrl + x exit nnrt

Install nnrt

cargo install nnrt

Dependencies

~64KB