Manage local Nano configuration files
The Bash script nano_config manages the Nano configuration files installed locally on a computer. The program is part of Bash AVpres, released under a 3-Clause BSD License and provided “as is” without warranty or support of any kind.
Documentation
A short help message is embedded into the script:
$ nano_config -h
Usage:
nano_config -l
nano_config (-a|-d|-p) (nanorc|<syntax>.nanorc)
nano_config -i (nanorc|default.nanorc)
nano_config -h | -x
Options:
-l list the installed local configuration files
-a add a local configuration file
-d delete a local configuration file
-p print a local configuration file
-i initialise the 'nanorc' or 'default.nanorc' local configuration file
-h this help
-x advanced options with their default arguments
(no local configuration file found on this computer)
See also:
man nano_config
https://avpres.net/Bash_AVpres/
About:
Abstract: Manage the local Nano configuration files in the
Folder: ${HOME}/.config/nano
Version: 2026-01-02
$
A detailed manual page is installed together with the script (man undo_bagit) and is available also as a PDF file.
2026-01-03
|