21 lines
658 B
Groff
21 lines
658 B
Groff
|
.TH fn 6 "November 2020" "" "version 0.2"
|
||
|
.SH NAME
|
||
|
fn - a simple and super small text editor
|
||
|
.SH SYNOPSIS
|
||
|
.B fn
|
||
|
[filename]
|
||
|
.SH DESCRIPTION
|
||
|
.B fn
|
||
|
aim not to be a very good editor. It was a learning experiment, which ended
|
||
|
up in a super compact text editor, which can be used to edit configuration
|
||
|
files and C source code with syntax highlightung. This project was inspired
|
||
|
by Salvatore Sanfilippos "kilo".
|
||
|
.SH BUGS
|
||
|
The editor is not jet suitable to edit UTF-8 reliable. So keep that in mind
|
||
|
if you want to write non english texts.
|
||
|
.SH AUTHOR AND LINKS
|
||
|
The project is created by Aaron Fischer <mail@aaron-fischer.net>.
|
||
|
.RE
|
||
|
.I https://aaron-fischer.net/abc
|
||
|
.RS
|