blob: da1c565506b4f51a85fa906d0946b00cbbb38309 [file] [log] [blame]
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00001Content-type: text/html
2
3<HTML><HEAD><TITLE>Manpage of NANO</TITLE>
4</HEAD><BODY>
5<H1>NANO</H1>
6Section: User Commands (1)<BR>Updated: January 4, 2000<BR><A HREF="#index">Index</A>
7<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR>
8
9
10
11
12
13
14
15
16
17
18
19
20
21<A NAME="lbAB">&nbsp;</A>
22<H2>NAME</H2>
23
24nano - Nano's ANOther editor, an enhanced free Pico Clone
25<A NAME="lbAC">&nbsp;</A>
26<H2>SYNOPSIS</H2>
27
28<B>nano</B>
29
30[options]&nbsp;[+LINE]<I> file</I>
31
32<BR>
33
34<A NAME="lbAD">&nbsp;</A>
35<H2>DESCRIPTION</H2>
36
37This manual page documents briefly the
38<B>nano</B>
39
40command.
41<P>
42
43
44
45
46<B>nano</B> was originally known as TIP (TIP Isn't Pico). It is a small,
47free and friendly editor which aims to replace Pico, the default editor
48included in the non-free Pine package. Rather than just copying Pico's
49look and feel,
50<B>nano</B>
51
52also implements some missing (or disabled by
53default) features in Pico, such as &quot;search and replace&quot; and &quot;goto line
54number&quot;.
55<A NAME="lbAE">&nbsp;</A>
56<H2>OPTIONS</H2>
57
58<DL COMPACT>
Chris Allegretta4da1fc62000-06-21 03:00:43 +000059<DT><B>-T (--tabsize)</B>
60
61<DD>
62Set the size (width) of a tab, if supported by your curses library.
Chris Allegrettaa408edd2000-07-07 04:20:09 +000063<DT><B>-R (--regexp)</B>
64
65<DD>
66Enable regular expression matching for search strings, as well as
67\n subexpression replacement for replace strings, if available.
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000068<DT><B>-V (--version)</B>
69
70<DD>
71Show the current version number and author.
72<DT><B>-h (--help)</B>
73
74<DD>
75Display a summary of commandline options.
76<DT><B>-c (--const)</B>
77
78<DD>
79Constantly show the cursor position.
80<DT><B>-i (--autoindent)</B>
81
82<DD>
83Indent new lines to the previous line's indentation. Useful when editing
84source code.
85<DT><B>-l (--nofollow)</B>
86
87<DD>
88If the file being edited is a symbolic link, replace the link with a
89a new file, do not follow it. Good for editing files in /tmp perhaps?
90<DT><B>-m (--mouse)</B>
91
92<DD>
93Enable mouse support (if available for your system).
94<DT><B>-p (--pico)</B>
95
96<DD>
97Display the same shortcut lists as Pico does.
98<DT><B>-s (--speller)</B>
99
100<DD>
101Enable alternative spell checker command.
102<DT><B>-t (--tempfile)</B>
103
104<DD>
105Always save changed buffer without prompting. Same as Pico -t option.
106<DT><B>-v (--view)</B>
107
108<DD>
109View file (read only) mode.
110<DT><B>-w (--nowrap)</B>
111
112<DD>
113Disable wrapping of long lines.
114<DT><B>-x (--nohelp)</B>
115
116<DD>
117Disable help screen at bottom of editor.
118<DT><B>-z (--suspend)</B>
119
120<DD>
121Enable suspend ability.
122<DT><B>+LINE</B>
123
124<DD>
125Places cursor at LINE on startup.
126</DL>
127<A NAME="lbAF">&nbsp;</A>
128<H2>BUGS</H2>
129
130Please send any comments or bug reports to
131<B><A HREF="mailto:nano@asty.org">nano@asty.org</A>.</B>
132
133The nano mailing list is available from
134<B><A HREF="mailto:nano-devel@lists.sourceforge.net">nano-devel@lists.sourceforge.net</A>.</B>
135
136To subscribe, email to <A HREF="mailto:nano-devel-request@lists.sourceforge.net">nano-devel-request@lists.sourceforge.net</A> with a
137subject of &quot;subscribe&quot;.
138<A NAME="lbAG">&nbsp;</A>
139<H2>HOMEPAGE</H2>
140
141<A HREF="http://www.asty.org/nano">http://www.asty.org/nano</A>
142<A NAME="lbAH">&nbsp;</A>
143<H2>AUTHOR</H2>
144
145Chris Allegretta &lt;<A HREF="mailto:chrisa@asty.org">chrisa@asty.org</A>&gt;, et al. This manual page was
146originally written by Jordi Mallach &lt;<A HREF="mailto:jordi@sindominio.net">jordi@sindominio.net</A>&gt;, for the Debian
147GNU/Linux system (but may be used by others).
148<P>
149
150<HR>
151<A NAME="index">&nbsp;</A><H2>Index</H2>
152<DL>
153<DT><A HREF="#lbAB">NAME</A><DD>
154<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
155<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
156<DT><A HREF="#lbAE">OPTIONS</A><DD>
157<DT><A HREF="#lbAF">BUGS</A><DD>
158<DT><A HREF="#lbAG">HOMEPAGE</A><DD>
159<DT><A HREF="#lbAH">AUTHOR</A><DD>
160</DL>
161<HR>
162This document was created by
163<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
164using the manual pages.<BR>
Chris Allegrettaa408edd2000-07-07 04:20:09 +0000165Time: 04:20:00 GMT, July 07, 2000
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000166</BODY>
167</HTML>