-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nano


> Simple, easy to use command-line text editor. An enhanced, free Pico clone.

More information.


Open a new file in nano:

nano

Open a specific file:

nano {path/to/file}

Open a specific file, positioning the cursor at the specified line and column:

nano +{line},{column} {path/to/file}

Open a specific file and enable soft wrapping:

nano --softwrap {path/to/file}

Open a specific file and indent new lines to the previous lines' indentation:

nano --autoindent {path/to/file}

Open nano and create a backup file (`file~`) when saving edits:

nano --backup {path/to/file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:25:49 2024