aboutsummaryrefslogtreecommitdiff
path: root/sdn-open.1
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2025-11-20 20:49:14 +0100
committerPřemysl Eric Janouch <p@janouch.name>2025-11-20 21:16:30 +0100
commit3e39cc5660e58ea868608ed396abe2db25611b78 (patch)
tree77d3ba093b43bc245aae6e4710f74de8382ed8f1 /sdn-open.1
parent977d1a7120ae66ba40abb770bb00e99bc23d6b0b (diff)
downloadsdn-3e39cc5660e58ea868608ed396abe2db25611b78.tar.gz
sdn-3e39cc5660e58ea868608ed396abe2db25611b78.tar.xz
sdn-3e39cc5660e58ea868608ed396abe2db25611b78.zip
Add and integrate sdn-open
Originally I thought that not supporting %cd would be an issue, making this kind of utility unclean. It turns out the desire to launch xdg-open quickly is stronger.
Diffstat (limited to 'sdn-open.1')
-rw-r--r--sdn-open.123
1 files changed, 23 insertions, 0 deletions
diff --git a/sdn-open.1 b/sdn-open.1
new file mode 100644
index 0000000..b234329
--- /dev/null
+++ b/sdn-open.1
@@ -0,0 +1,23 @@
+.Dd November 20, 2025
+.Dt SDN-OPEN 1
+.Os
+.Sh NAME
+.Nm sdn-open
+.Nd run Midnight Commander open configuration externally
+.Sh SYNOPSIS
+.Nm sdn-open
+.Ar path
+.Sh DESCRIPTION
+.Nm
+invokes
+.Xr xdg-open 1
+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 any matching command instead.
+.Sh REPORTING BUGS
+Use
+.Lk https://git.janouch.name/p/sdn
+to report bugs, request features, or submit pull requests.