12 lines
500 B
JSON
12 lines
500 B
JSON
{
|
|
"name": "nano",
|
|
"section": 1,
|
|
"title": "alias for edit — terminal file editor",
|
|
"synopsis": ["nano [file]"],
|
|
"description": "The /bin/nano script is identical to edit. In the default shell, the name nano is also an alias for edit. See edit(1) for behavior, key bindings, and requirements.",
|
|
"options": [],
|
|
"keywords": ["nano", "edit", "editor"],
|
|
"bareOsNotes": "Same implementation as edit; see man edit.",
|
|
"examples": [{ "caption": "open a file", "code": "nano ~/.barerc" }]
|
|
}
|