Difference between revisions of "NANO"

From UFRC
Jump to navigation Jump to search
Line 5: Line 5:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 18: Line 18:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
GNU nano is a small and friendly text editor. Besides basic text editing, nano offers features like undo/redo, syntax coloring, interactive search-and-replace, auto-indentation, line numbers, word completion, file locking, backup files, and internationalization support.
+
GNU nano is a small and friendly text editor. Besides basic text editing, nano offers features like opening multiple files, undo/redo, syntax coloring, interactive search-and-replace, auto-indentation, line numbers, word completion, file locking, backup files, scrolling per line, syntax coloring, and soft-wrapping overlong lines, and internationalization support.
  
 
<!--Modules-->
 
<!--Modules-->
Line 36: Line 36:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
You can find a list of convenient shortcuts at [https://www.nano-editor.org/dist/latest/cheatsheet.html Nano Cheatsheet]. These can help you quickly manage the file itself, search, move, run commands and more.
  
 
|}}
 
|}}

Revision as of 18:32, 29 November 2022

Description

NANO website  

GNU nano is a small and friendly text editor. Besides basic text editing, nano offers features like opening multiple files, undo/redo, syntax coloring, interactive search-and-replace, auto-indentation, line numbers, word completion, file locking, backup files, scrolling per line, syntax coloring, and soft-wrapping overlong lines, and internationalization support.

Environment Modules

Run module spider NANO to find out what environment modules are available for this application.

System Variables

  • HPC_NANO_DIR - installation directory
  • HPC_NANO_BIN - executable directory
  • HPC_NANO_DOC - documentation directory
  • HPC_NANO_MAN - manual directory


Additional Information

You can find a list of convenient shortcuts at Nano Cheatsheet. These can help you quickly manage the file itself, search, move, run commands and more.