blob: ad37a4ff7d83c7834f9a86eef901b673e881200e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.Dd January 27, 2026
.Dt SDN-EDIT 1
.Os
.Sh NAME
.Nm sdn-edit
.Nd run Midnight Commander edit configuration externally
.Sh SYNOPSIS
.Nm sdn-edit
.Ar path
.Sh DESCRIPTION
.Nm
invokes
.Ev VISUAL ,
.Ev EDITOR
or a fallback editor on the passed filename.
.Pp
If it succeeds in finding a
.Xr mc 1
.Pa mc.ext.ini
file, it will first process it, and run the respective command.
.Sh REPORTING BUGS
Use
.Lk https://git.janouch.name/p/sdn
to report bugs, request features, or submit pull requests.
|