Difference between revisions of "NANO"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Text Editor {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|NANO}} |{{#vardefine:url|https://www.nano-editor.org/download.php}} <!--CONFIG...") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Programming]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|NANO}} | |{{#vardefine:app|NANO}} | ||
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 | |
+ | * opening multiple files | ||
+ | * undo/redo | ||
+ | * syntax coloring | ||
+ | * interactive search-and-replace | ||
+ | * auto-indentation | ||
+ | * line numbers/soft-wrapping overlong lines | ||
+ | * word completion | ||
+ | * file locking | ||
+ | * internationalization support. | ||
+ | Entering text and moving around in a file is straightforward: typing the letters and using the normal cursor movement keys. Commands are entered by using the Control (^) and the Alt or Meta (M-) keys. | ||
+ | |||
+ | 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. | ||
+ | |||
+ | You can also look at [https://www.nano-editor.org/dist/latest/nano.1.html#OPTIONS Nano Options] for command line options you can add when launching. | ||
<!--Modules--> | <!--Modules--> | ||
==Environment Modules== | ==Environment Modules== | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DOC - documentation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_MAN - manual directory |
<!--Configuration--> | <!--Configuration--> | ||
Line 35: | Line 49: | ||
<!--Run--> | <!--Run--> | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | |||
− | |||
− | |||
|}} | |}} | ||
<!--Job Scripts--> | <!--Job Scripts--> | ||
Line 45: | Line 56: | ||
<!--Policy--> | <!--Policy--> | ||
{{#if: {{#var: policy}}|==Usage Policy== | {{#if: {{#var: policy}}|==Usage Policy== | ||
− | |||
− | |||
− | |||
|}} | |}} | ||
<!--Performance--> | <!--Performance--> | ||
{{#if: {{#var: testing}}|==Performance== | {{#if: {{#var: testing}}|==Performance== | ||
− | |||
− | |||
|}} | |}} | ||
Line 61: | Line 67: | ||
{{#if: {{#var: citation}}|==Citation== | {{#if: {{#var: citation}}|==Citation== | ||
If you publish research that uses {{#var:app}} you have to cite it as follows: | If you publish research that uses {{#var:app}} you have to cite it as follows: | ||
− | |||
− | |||
|}} | |}} |
Latest revision as of 19:24, 29 November 2022
Description
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/soft-wrapping overlong lines
- word completion
- file locking
- internationalization support.
Entering text and moving around in a file is straightforward: typing the letters and using the normal cursor movement keys. Commands are entered by using the Control (^) and the Alt or Meta (M-) keys.
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.
You can also look at Nano Options for command line options you can add when launching.
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