logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rnano - a restricted nano

Bugs

       Please report bugs via https://savannah.gnu.org/bugs/?group=nano.

Description

rnano runs the nano editor in restricted mode.  This allows editing only the specified file or files, and
       doesn't allow the user access to the filesystem nor to a command shell.

       In restricted mode, nano will:

       • not make backups;

       • not allow suspending;

       • not allow spell checking;

       • not read nor write the history files;

       • not allow saving the current buffer under a different name;

       • not allow inserting another file or opening a new buffer;

       • not allow appending or prepending to any file.

Homepage

https://nano-editor.org/

Name

       rnano - a restricted nano

Options

-h, --help
              Show the available command-line options and exit.

       For all existing options, see the nano(1) man page.

See Also

nano(1)

December 2024                                      version 8.3                                          RNANO(1)

Synopsis

rnano [options] [[+line[,column]] file]...

See Also