aboutsummaryrefslogtreecommitdiff
path: root/sdn-edit.1
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2026-01-27 15:35:03 +0100
committerPřemysl Eric Janouch <p@janouch.name>2026-01-27 15:35:55 +0100
commit1dc39f900c1307407894f1ca207a1a2a869c43dc (patch)
tree1672a7f5d60efb5d11619a960f06c79478e3bcfa /sdn-edit.1
parentdbea5cb193f9c2caa8fba9893ab32efbb415ebd6 (diff)
downloadsdn-1dc39f900c1307407894f1ca207a1a2a869c43dc.tar.gz
sdn-1dc39f900c1307407894f1ca207a1a2a869c43dc.tar.xz
sdn-1dc39f900c1307407894f1ca207a1a2a869c43dc.zip
Add and integrate sdn-edit
Diffstat (limited to 'sdn-edit.1')
-rw-r--r--sdn-edit.124
1 files changed, 24 insertions, 0 deletions
diff --git a/sdn-edit.1 b/sdn-edit.1
new file mode 100644
index 0000000..ad37a4f
--- /dev/null
+++ b/sdn-edit.1
@@ -0,0 +1,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.